aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/tags/php/index.html
blob: 3d217d70d43e95ec3e49fda484580db619f0b649 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
<!DOCTYPE html>
<html lang="ja-JP">
  <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="author" content="nsfisis">
    <meta name="copyright" content="&copy; 2021 nsfisis">
    <meta name="description" content="タグ「PHP」のついた記事またはスライドの一覧">
    <meta name="keywords" content="PHP">
    <link rel="icon" type="image/svg+xml" href="/favicon.svg">
    <title>タグ「PHP」一覧 | REPL: Rest-Eat-Program Loop</title>
    <link rel="stylesheet" href="/style.css?h=37fff6a2f0eef473abde58e55f28ea69">
  </head>
  <body class="list">
    <header class="header">
      <nav class="nav">
        <ul>
          <li>
            <a href="/">REPL: Rest-Eat-Program Loop</a>
          </li>
          <li>
            <a href="/about/">About</a>
          </li>
          <li>
            <a href="/posts/">Posts</a>
          </li>
          <li>
            <a href="/slides/">Slides</a>
          </li>
          <li>
            <a href="/tags/">Tags</a>
          </li>
        </ul>
      </nav>
    </header>
    <main class="main">
      <header class="page-header">
        <h1>タグ「PHP」一覧</h1>
      </header>
      <article class="post-entry">
        <a href="/slides/2023-08-24/phpstudy-tokyo-155/">
          <header class="entry-header">
            <h2>登壇: PHP 勉強会@東京 第155 回 (LT)</h2>
          </header>
          <section class="entry-content">
            <p>
              PHP 3.0 の処理系のソースを読んでみる
            </p>
          </section>
          <footer class="entry-footer">
            <time datetime="2023-08-24">2023-08-24</time> 登壇
          </footer>
        </a>
      </article>
      <article class="post-entry">
        <a href="/slides/2023-07-26/phpstudy-tokyo-154/">
          <header class="entry-header">
            <h2>登壇: PHP 勉強会@東京 第154 回 (レギュラートーク)</h2>
          </header>
          <section class="entry-content">
            <p>
              言語間で比較するエラーの通知と処理
            </p>
          </section>
          <footer class="entry-footer">
            <time datetime="2023-07-26">2023-07-26</time> 登壇
          </footer>
        </a>
      </article>
      <article class="post-entry">
        <a href="/posts/2023-06-25/phpconfuk-2023-report/">
          <header class="entry-header">
            <h2>PHP カンファレンス福岡 2023 参加レポ</h2>
          </header>
          <section class="entry-content">
            <p>
              2023-06-24 に開催された、PHP カンファレンス福岡に参加した。
            </p>
          </section>
          <footer class="entry-footer">
            <time datetime="2023-06-25">2023-06-25</time> 投稿
          </footer>
        </a>
      </article>
      <article class="post-entry">
        <a href="/slides/2023-06-23/phpconfuk-2023-eve/">
          <header class="entry-header">
            <h2>登壇: PHP カンファレンス福岡 2023 前夜祭 (非公式) (レギュラートーク)</h2>
          </header>
          <section class="entry-content">
            <p>
              巨大なコードベースへ突撃するために
            </p>
          </section>
          <footer class="entry-footer">
            <time datetime="2023-06-23">2023-06-23</time> 登壇
          </footer>
        </a>
      </article>
      <article class="post-entry">
        <a href="/slides/2023-06-21/phpstudy-tokyo-153/">
          <header class="entry-header">
            <h2>登壇: PHP 勉強会@東京 第153 回 (LT)</h2>
          </header>
          <section class="entry-content">
            <p>
              テキストファイルの末尾には改行コードを入れよう
            </p>
          </section>
          <footer class="entry-footer">
            <time datetime="2023-06-21">2023-06-21</time> 登壇
          </footer>
        </a>
      </article>
      <article class="post-entry">
        <a href="/slides/2023-04-12/phpstudy-tokyo-151/">
          <header class="entry-header">
            <h2>登壇: PHP 勉強会@東京 第151 回 (LT)</h2>
          </header>
          <section class="entry-content">
            <p>
              list でない array の末尾を探す
            </p>
          </section>
          <footer class="entry-footer">
            <time datetime="2023-04-12">2023-04-12</time> 登壇
          </footer>
        </a>
      </article>
      <article class="post-entry">
        <a href="/posts/2023-04-04/phperkaigi-2023-report/">
          <header class="entry-header">
            <h2>PHPerKaigi 2023 参加レポ</h2>
          </header>
          <section class="entry-content">
            <p>
              2023-03-23 から 2023-03-25 にかけて開催された、PHPerKaigi 2023 に参加した。
            </p>
          </section>
          <footer class="entry-footer">
            <time datetime="2023-04-04">2023-04-04</time> 投稿、<time datetime="2023-06-28">2023-06-28</time> 更新
          </footer>
        </a>
      </article>
      <article class="post-entry">
        <a href="/slides/2023-03-25/phperkaigi-2023-tokens/">
          <header class="entry-header">
            <h2>登壇: PHPerKaigi 2023 (トークン解説セッション)</h2>
          </header>
          <section class="entry-content">
            <p>
              PHPer チャレンジ解説 (デジタルサーカス株式会社)
            </p>
          </section>
          <footer class="entry-footer">
            <time datetime="2023-03-25">2023-03-25</time> 登壇
          </footer>
        </a>
      </article>
      <article class="post-entry">
        <a href="/slides/2023-03-24/phperkaigi-2023/">
          <header class="entry-header">
            <h2>登壇: PHPerKaigi 2023 (レギュラートーク)</h2>
          </header>
          <section class="entry-content">
            <p>
              詳説「参照」PHP の参照を完全に理解する
            </p>
          </section>
          <footer class="entry-footer">
            <time datetime="2023-03-24">2023-03-24</time> 登壇
          </footer>
        </a>
      </article>
      <article class="post-entry">
        <a href="/slides/2023-03-15/phpstudy-tokyo-150/">
          <header class="entry-header">
            <h2>登壇: PHP 勉強会@東京 第150 回 (LT)</h2>
          </header>
          <section class="entry-content">
            <p>
              明日のあなたの役に立たない PHP コーディング技法~細長い FizzBuzz を書く~
            </p>
          </section>
          <footer class="entry-footer">
            <time datetime="2023-03-15">2023-03-15</time> 登壇、<time datetime="2023-03-18">2023-03-18</time> 更新
          </footer>
        </a>
      </article>
      <article class="post-entry">
        <a href="/slides/2023-02-15/phpstudy-tokyo-149/">
          <header class="entry-header">
            <h2>登壇: PHP 勉強会@東京 第149 回 (LT)</h2>
          </header>
          <section class="entry-content">
            <p>
              PHPerKaigi 2023 のトークン問題でボツにした問題を供養する
            </p>
          </section>
          <footer class="entry-footer">
            <time datetime="2023-02-15">2023-02-15</time> 登壇
          </footer>
        </a>
      </article>
      <article class="post-entry">
        <a href="/slides/2023-01-18/phpstudy-tokyo-148/">
          <header class="entry-header">
            <h2>登壇: PHP 勉強会@東京 第148 回 (LT)</h2>
          </header>
          <section class="entry-content">
            <p>
              明日のあなたの役に立たない PHP コーディング技法~polyglot~
            </p>
          </section>
          <footer class="entry-footer">
            <time datetime="2023-01-18">2023-01-18</time> 登壇
          </footer>
        </a>
      </article>
      <article class="post-entry">
        <a href="/posts/2023-01-10/phperkaigi-2023-unused-token-quiz-3/">
          <header class="entry-header">
            <h2>PHPerKaigi 2023: ボツになったトークン問題 その 3</h2>
          </header>
          <section class="entry-content">
            <p>
              来年の PHPerKaigi 2023 でデジタルサーカス株式会社から出題予定のトークン問題のうち、ボツになった問題を公開する (その 3)。
            </p>
          </section>
          <footer class="entry-footer">
            <time datetime="2023-01-10">2023-01-10</time> 投稿
          </footer>
        </a>
      </article>
      <article class="post-entry">
        <a href="/posts/2022-11-19/phperkaigi-2023-unused-token-quiz-2/">
          <header class="entry-header">
            <h2>PHPerKaigi 2023: ボツになったトークン問題 その 2</h2>
          </header>
          <section class="entry-content">
            <p>
              来年の PHPerKaigi 2023 でデジタルサーカス株式会社から出題予定のトークン問題のうち、ボツになった問題を公開する (その 2)。
            </p>
          </section>
          <footer class="entry-footer">
            <time datetime="2022-11-19">2022-11-19</time> 投稿
          </footer>
        </a>
      </article>
      <article class="post-entry">
        <a href="/posts/2022-10-23/phperkaigi-2023-unused-token-quiz-1/">
          <header class="entry-header">
            <h2>PHPerKaigi 2023: ボツになったトークン問題 その 1</h2>
          </header>
          <section class="entry-content">
            <p>
              来年の PHPerKaigi 2023 でデジタルサーカス株式会社から出題予定のトークン問題のうち、ボツになった問題を公開する (その 1)。
            </p>
          </section>
          <footer class="entry-footer">
            <time datetime="2022-10-23">2022-10-23</time> 投稿
          </footer>
        </a>
      </article>
      <article class="post-entry">
        <a href="/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/">
          <header class="entry-header">
            <h2>【PHP】 fizzbuzz を書く。1行あたり2文字で。</h2>
          </header>
          <section class="entry-content">
            <p>
              PHP で、fizzbuzz を書いた。ただし、1行あたりに使える文字数は2文字まで。
            </p>
          </section>
          <footer class="entry-footer">
            <time datetime="2022-09-28">2022-09-28</time> 投稿、<time datetime="2022-09-29">2022-09-29</time> 更新
          </footer>
        </a>
      </article>
      <article class="post-entry">
        <a href="/posts/2022-08-27/php-conference-okinawa-code-golf/">
          <header class="entry-header">
            <h2>PHP カンファレンス沖縄で出題されたコードゴルフの問題を解いてみた</h2>
          </header>
          <section class="entry-content">
            <p>
              PHP カンファレンス沖縄の懇親会 LT で出題されたコードゴルフの問題を解いてみた。
            </p>
          </section>
          <footer class="entry-footer">
            <time datetime="2022-08-27">2022-08-27</time> 投稿
          </footer>
        </a>
      </article>
      <article class="post-entry">
        <a href="/posts/2022-05-01/phperkaigi-2022/">
          <header class="entry-header">
            <h2>PHPerKaigi 2022</h2>
          </header>
          <section class="entry-content">
            <p>
              2022-04-09 から 2022-04-11 にかけて開催された、PHPerKaigi 2022 に参加した。
            </p>
          </section>
          <footer class="entry-footer">
            <time datetime="2022-05-01">2022-05-01</time> 投稿
          </footer>
        </a>
      </article>
      <article class="post-entry">
        <a href="/posts/2022-04-09/phperkaigi-2022-tokens/">
          <header class="entry-header">
            <h2>PHPerKaigi 2022 トークン問題の解説</h2>
          </header>
          <section class="entry-content">
            <p>
              PHPerKaigi 2022 で私が作成した PHPer チャレンジ問題を解説する。
            </p>
          </section>
          <footer class="entry-footer">
            <time datetime="2022-04-09">2022-04-09</time> 投稿、<time datetime="2022-04-16">2022-04-16</time> 更新
          </footer>
        </a>
      </article>
      <article class="post-entry">
        <a href="/posts/2021-03-30/phperkaigi-2021/">
          <header class="entry-header">
            <h2>PHPerKaigi 2021</h2>
          </header>
          <section class="entry-content">
            <p>
              2021-03-26 から 2021-03-28 にかけて開催された、PHPerKaigi 2021 に参加した。
            </p>
          </section>
          <footer class="entry-footer">
            <time datetime="2021-03-30">2021-03-30</time> 投稿
          </footer>
        </a>
      </article>
    </main>
    <footer class="footer">
      &copy; 2021 nsfisis
    </footer>
  </body>
</html>