eval - Manual - PHP
https://www.php.net/manual/ja/function.eval.php
指定した code を PHP コードとして評価します。 警告. eval() は非常に危険な言語 ...
命令の分離 - Manual - PHP
https://www.php.net/manual/ja/language.basic-syntax.instruction-separation.php
PHP コードブロックの終了タグには自動的にセミコロンが含まれていると 認識されます ...
end - Manual - PHP
https://www.php.net/manual/ja/function.end.php
end() は array の内部ポインタを最後の要素まで進め、その値を返します。 パラメータ ...
gettype - Manual - PHP
https://www.php.net/manual/ja/function.gettype.php
返された文字列は、以下のいずれかの値を持ちます。 "boolean"; "integer"; "double" ...
PHP 7.1.x から PHP 7.2.x への移行 - Manual - PHP
https://www.php.net/manual/ja/migration72.php
このマイナーバージョンアップには数多くの 新機能 があります。
goto - Manual - PHP
https://www.php.net/manual/ja/control-structures.goto.php
goto 演算子を使用すると、 プログラム中の他の命令にジャンプすることができます。
current - Manual - PHP
https://www.php.net/manual/ja/function.current.php
配列。 戻り値 ¶. current() 関数は、 単に内部ポインタが現在指している配列要素の値 ...
var_export - Manual - PHP
https://www.php.net/manual/ja/function.var-export.php
使用されかつ true に設定された場合、var_export() は変数表現を出力する代わりに ...
str_repeat - Manual - PHP
https://www.php.net/manual/ja/function.str-repeat.php
繰り返した文字列を返します。 例 ¶. 例1 str_repeat() の例. <?php echo str_repeat ...
strtotime - Manual - PHP
https://www.php.net/manual/ja/function.strtotime.php
この関数が返す Unixタイムスタンプ は、タイムゾーンの情報を含んでいません。 日付/ ...