検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 613 for [SIMILAR] 16 1024 4096 WITH 22852 getstaticvaria... (0.562 sec.)
開始行番号を取得する 0
« ReflectionFunctionAbstract::getShortName ReflectionFunctionAbstract::getStaticVariables » PHP Manual ReflectionFunctionAbstract 開始行番号を取得する ReflectionFunctionAbstract::getStartLine (PHP 5 >= 5.2.0, PHP 7, PHP 8) ReflectionFunctionAbstract::getStartLine — 開始行番号を取得する 説 ...
https://man.plustar.jp/php/reflectionfunctionabstract.getstartline.html - [similar]
変数・データ型関連 0
« 変更履歴 配列 » PHP Manual 関数リファレンス 変数・データ型関連 変数・データ型関連 配列 はじめに インストール/設定 定義済み定数 配列のソート 配列 関数 クラス/オブジェクト — クラス/オブジェクトの情報 はじめに インストール/設定 定義済み定数 例 クラス/オブジェクト関数 Ctype — 文字タイプチェ ...
https://man.plustar.jp/php/refs.basic.vartype.html - [similar]
ReflectionFunction オブジェクトを作成する 0
« ReflectionFunction ReflectionFunction::export » PHP Manual ReflectionFunction ReflectionFunction オブジェクトを作成する ReflectionFunction::__construct (PHP 5, PHP 7, PHP 8) ReflectionFunction::__construct — ReflectionFunction オブジェクトを作成する 説明 public ReflectionFunction::__co ...
https://man.plustar.jp/php/reflectionfunction.construct.html - [similar]
ReflectionMethod を作成する 0
« ReflectionMethod ReflectionMethod::export » PHP Manual ReflectionMethod ReflectionMethod を作成する ReflectionMethod::__construct (PHP 5, PHP 7, PHP 8) ReflectionMethod::__construct — ReflectionMethod を作成する 説明 public ReflectionMethod::__construct ( object | string $objectOrMetho ...
https://man.plustar.jp/php/reflectionmethod.construct.html - [similar]
配列からシンボルテーブルに変数をインポートする 0
« end in_array » PHP Manual 配列 関数 配列からシンボルテーブルに変数をインポートする extract (PHP 4, PHP 5, PHP 7, PHP 8) extract — 配列からシンボルテーブルに変数をインポートする 説明 extract ( array &$array , int $flags = EXTR_OVERWRITE , string $prefix = "" ): int 配列からシンボルテーブ ...
https://man.plustar.jp/php/function.extract.html - [similar]
環境変数の値を取得する 0
« get_resources getlastmod » PHP Manual PHP オプション/情報 関数 環境変数の値を取得する getenv (PHP 4, PHP 5, PHP 7, PHP 8) getenv — 環境変数の値を取得する 説明 getenv ( string $varname , bool $local_only = false ): string | false getenv (): array 環境変数の値を取得します。 phpinfo() を使 ...
https://man.plustar.jp/php/function.getenv.html - [similar]
可変変数 0
« 変数のスコープ 外部から来る変数 » PHP Manual 変数 可変変数 可変変数 変数名を可変にできると便利なことが時々あります。可変変数では、変数 名を動的にセットし使用できます。通常の変数は、次のような命令でセッ トします。 <?php $a = 'hello' ; ?> 可変変数は、変数の値をとり、変数の名前として扱いま ...
https://man.plustar.jp/php/language.variables.variable.html - [similar]
指定した変数の割当を解除する 0
« unserialize var_dump » PHP Manual 変数操作 関数 指定した変数の割当を解除する unset (PHP 4, PHP 5, PHP 7, PHP 8) unset — 指定した変数の割当を解除する 説明 unset ( mixed $var , mixed ...$vars ): void unset() は指定した変数を破棄します。 関数 unset() の内部動作は、 破棄しようとする変数の型 ...
https://man.plustar.jp/php/function.unset.html - [similar]
変数が配列かどうかを検査する 0
« intval is_bool » PHP Manual 変数操作 関数 変数が配列かどうかを検査する is_array (PHP 4, PHP 5, PHP 7, PHP 8) is_array — 変数が配列かどうかを検査する 説明 is_array ( mixed $value ): bool 与えられた変数が配列かどうかを検査します。 パラメータ value 評価する変数 戻り値 value が 配列型 の場 ...
https://man.plustar.jp/php/function.is-array.html - [similar]
変数がスカラかどうかを調べる 0
« is_resource is_string » PHP Manual 変数操作 関数 変数がスカラかどうかを調べる is_scalar (PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) is_scalar — 変数がスカラかどうかを調べる 説明 is_scalar ( mixed $value ): bool 指定した変数がスカラかどうかを調べます。 スカラ変数には int 、 float 、 string あ ...
https://man.plustar.jp/php/function.is-scalar.html - [similar]