エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
PHP Idiosyncrasies (LINKTHINKTANK)
Three reasons to make sure you know your programming language: <?php function test($code) { $resu... Three reasons to make sure you know your programming language: <?php function test($code) { $result = @eval("return ({$code});"); print ($result ? 'true ' : 'false ') . "$code\n"; } test( "gettype(key(array('s' => ''))) == 'string'" ); test( "gettype(key(array('1' => ''))) == 'string'" ); test( "'s' == 0" ); test( "0 == 's'" ); test( "\$x == \$x++" ); test( "(int)\$x == \$x++" ); And here's
2007/05/01 リンク