PHP 7.2.x から PHP 7.3.x への移行 - Manual
https://www.php.net/manual/ja/migration73.php
このマイナーバージョンアップには数多くの 新機能 があります。
mb_convert_kana - Manual - PHP
https://www.php.net/manual/ja/function.mb-convert-kana.php
文字列 string に関して「半角」-「全角」変換を行います。 この関数は、日本語のみで ...
命令の分離 - Manual - PHP
https://www.php.net/manual/ja/language.basic-syntax.instruction-separation.php
PHP コードブロックの終了タグには自動的にセミコロンが含まれていると 認識されます ...
定義済み定数 - Manual - PHP
https://www.php.net/manual/ja/errorfunc.constants.php
2, E_WARNING (int), 実行時の警告 (致命的なエラーではない)。スクリプトの実行は ...
usort - Manual - PHP
https://www.php.net/manual/ja/function.usort.php
入力の配列。 callback. 比較関数は、最初の引数と二番目の引数の比較結果を返します ...
strstr - Manual - PHP
https://www.php.net/manual/ja/function.strstr.php
PHP 8.0.0 より前のバージョンでは、 needle が文字列でない場合、 数値に変換され、 ...
defined - Manual - PHP
https://www.php.net/manual/ja/function.defined.php
指定した定数が存在し、定義されているかどうかを調べます。 注意: 変数が存在するか ...
pack - Manual - PHP
https://www.php.net/manual/ja/function.pack.php
指定された引数を format に基づいて バイナリ文字列にパックします。
end - Manual - PHP
https://www.php.net/manual/ja/function.end.php
end() は array の内部ポインタを最後の要素まで進め、その値を返します。 パラメータ ...
current - Manual - PHP
https://www.php.net/manual/ja/function.current.php
配列。 戻り値 ¶. current() 関数は、 単に内部ポインタが現在指している配列要素の値 ...