isset - Manual - PHP
https://www.php.net/manual/ja/function.isset.php
別の変数。 戻り値 ¶. var が存在して null 以外の値をとれば true 、 そうでなければ ...
関数の引数 - Manual - PHP
https://www.php.net/manual/ja/functions.arguments.php
関数は、変数に代入する記法に似たやり方で、 デフォルト値を引数に定義することが ...
switch - Manual - PHP
https://www.php.net/manual/ja/control-structures.switch.php
switch 文は、同じ式を用いてIF文を並べたのに似ています。 同じ変数を異なる値と比較 ...
式 - Manual - PHP
https://www.php.net/manual/ja/language.expressions.php
考えられる簡単な例は、定数と変数です。 $a = 5 と入力すると、 $a に 5 を代入する ...
クラスの基礎 - Manual - PHP
https://www.php.net/manual/ja/language.oop5.basic.php
各クラスの定義は、 class キーワードで始まり、クラス名が続きます。 そしてその後に ...
PHP 7.3.x から PHP 7.4.x への移行 - Manual
https://www.php.net/manual/ja/migration74.php
このマイナーバージョンアップには数多くの 新機能 があります。
はじめに - Manual - PHP
https://www.php.net/manual/ja/intro.mcrypt.php
この関数は、CBC, OFB, CFB, ECB 暗号モードの DES, TripleDES, ...
ユーザーノートについて - Manual - PHP
https://www.php.net/manual/ja/about.notes.php
ユーザーノートは PHP マニュアルを作成していく上で重要な役割を 持っています。
list - Manual - PHP
https://www.php.net/manual/ja/function.list.php
残りの変数。 戻り値 ¶. 代入した配列を返します。 変更履歴 ¶. バージョン, 説明 ...
preg_replace - Manual - PHP
https://www.php.net/manual/ja/function.preg-replace.php
パラメータ ¶. pattern. 検索を行うパターン。文字列もしくは配列とすることが ...