検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 904 for [SIMILAR] 16 1024 4096 WITH 15788 strval WITH 59... (1.015 sec.)
環境変数の値を取得する 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
« gmp_sqrt gmp_strval » PHP Manual GMP 関数 余りつきの平方根 gmp_sqrtrem (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_sqrtrem — 余りつきの平方根 説明 gmp_sqrtrem ( GMP | int | string $num ): array ある数の平方根を余りつきで計算します。 パラメータ num 平方根を計算したい数。 GMP オブジェクト、 ...
https://man.plustar.jp/php/function.gmp-sqrtrem.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]
変数が boolean であるかを調べる 0
« is_array is_callable » PHP Manual 変数操作 関数 変数が boolean であるかを調べる is_bool (PHP 4, PHP 5, PHP 7, PHP 8) is_bool — 変数が boolean であるかを調べる 説明 is_bool ( mixed $value ): bool 指定した変数が boolean であるかどうかを調べます。 パラメータ value 評価する変数。 戻り値 va ...
https://man.plustar.jp/php/function.is-bool.html - [similar]
ReflectionClass オブジェクトの文字列表現を返す 0
« ReflectionClass::setStaticPropertyValue ReflectionClassConstant » PHP Manual ReflectionClass ReflectionClass オブジェクトの文字列表現を返す ReflectionClass::__toString (PHP 5, PHP 7, PHP 8) ReflectionClass::__toString — ReflectionClass オブジェクトの文字列表現を返す 説明 public Reflect ...
https://man.plustar.jp/php/reflectionclass.tostring.html - [similar]
すべてのスコープで使用できる組み込みの変数 0
« 定義済の変数 $GLOBALS » PHP Manual 定義済の変数 すべてのスコープで使用できる組み込みの変数 スーパーグローバル スーパーグローバル — すべてのスコープで使用できる組み込みの変数 説明 PHP の定義済み変数の中には "スーパーグローバル" というものがあります。 これは、スクリプト全体を通してすべて ...
https://man.plustar.jp/php/language.variables.superglobals.html - [similar]
Apache の subprocess_env 変数を取得する 0
« apache_get_version apache_lookup_uri » PHP Manual Apache 関数 Apache の subprocess_env 変数を取得する apache_getenv (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) apache_getenv — Apache の subprocess_env 変数を取得する 説明 apache_getenv ( string $variable , bool $walk_to_top = false ): string ...
https://man.plustar.jp/php/function.apache-getenv.html - [similar]