echo "Count: " . count($arr) . "\n"; // Count the number of elements in an array echo "Max: " . max($arr) . "\n"; // Get the maximum value from an array echo "Min ...
スクリプト言語「PHP」の新しいメジャーバージョン「PHP 8.1」が、11月25日にリリースされた。以下の新機能と改善が導入されている。 Enumerations:定数セットの代わりに利用できる列挙型 Readonly properties:初期化後は変更できない読み取り専用プロパティ Fibers ...