検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 1444 for [SIMILAR] 16 1024 4096 WITH 39127 isset WITH 857... (2.686 sec.)
可変変数 0
« 変数のスコープ 外部から来る変数 » PHP Manual 変数 可変変数 可変変数 変数名を可変にできると便利なことが時々あります。可変変数では、変数 名を動的にセットし使用できます。通常の変数は、次のような命令でセッ トします。 <?php $a = 'hello' ; ?> 可変変数は、変数の値をとり、変数の名前として扱いま ...
https://man.plustar.jp/php/language.variables.variable.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]
変数が 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]
デバッグ操作を行う 0
« mysqli::__construct mysqli::dump_debug_info » PHP Manual mysqli デバッグ操作を行う mysqli::debug mysqli_debug (PHP 5, PHP 7, PHP 8) mysqli::debug -- mysqli_debug — デバッグ操作を行う 説明 オブジェクト指向型 public mysqli::debug ( string $options ): bool 手続き型 mysqli_debug ( string $ ...
https://man.plustar.jp/php/mysqli.debug.html - [similar]
Flush logs buffer, dump to appender file, or send to remote api with tcp/udp 0
« SeasLog::error SeasLog::getBasePath » PHP Manual SeasLog Flush logs buffer, dump to appender file, or send to remote api with tcp/udp SeasLog::flushBuffer (PECL seaslog >=1.0.0) SeasLog::flushBuffer — Flush logs buffer, dump to appender file, or send to remote api with tcp/udp 説明 pub ...
https://man.plustar.jp/php/seaslog.flushbuffer.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]
整数 0
« 論理型 (boolean) 浮動小数点数 » PHP Manual 型 整数 整数 int は、ℤ = {..., -2, -1, 0, 1, 2, ...} という集合です。 以下も参照ください。 任意精度整数 / GMP 浮動小数点数 任意精度整数 / BCMath 構文 整数 (integer) は、10 進数(基数 10)、16 進数 (基数 16)、8 進数 (基数 8) あるいは 2 進数 (基数 ...
https://man.plustar.jp/php/language.types.integer.html - [similar]
変数がユーザーキャッシュに存在するかどうかを調べる 0
« wincache_ucache_delete wincache_ucache_get » PHP Manual WinCache 関数 変数がユーザーキャッシュに存在するかどうかを調べる wincache_ucache_exists (PECL wincache >= 1.1.0) wincache_ucache_exists — 変数がユーザーキャッシュに存在するかどうかを調べる 説明 wincache_ucache_exists ( string $key ...
https://man.plustar.jp/php/function.wincache-ucache-exists.html - [similar]
Restores the RRD file from XML dump 0
« rrd_lastupdate rrd_tune » PHP Manual RRD 関数 Restores the RRD file from XML dump rrd_restore (PECL rrd >= 0.9.0) rrd_restore — Restores the RRD file from XML dump 説明 rrd_restore ( string $xml_file , string $rrd_file , array $options = ? ): bool Restores the RRD file from the XML dum ...
https://man.plustar.jp/php/function.rrd-restore.html - [similar]