検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 613 for [SIMILAR] 16 1024 4096 WITH 22852 getstaticvaria... (1.123 sec.)
変数が 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
« 定義済の変数 $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
« wincache_ucache_meminfo wincache_unlock » PHP Manual WinCache 関数 変数をユーザーキャッシュに追加し、変数が既にキャッシュに存在する場合はそれを上書きする wincache_ucache_set (PECL wincache >= 1.1.0) wincache_ucache_set — 変数をユーザーキャッシュに追加し、変数が既にキャッシュに存在する場 ...
https://man.plustar.jp/php/function.wincache-ucache-set.html - [similar]
変数が既にキャッシュに存在しない場合にのみ変数をユーザーキャッシュに追加する 0
« wincache_scache_meminfo wincache_ucache_cas » PHP Manual WinCache 関数 変数が既にキャッシュに存在しない場合にのみ変数をユーザーキャッシュに追加する wincache_ucache_add (PECL wincache >= 1.1.0) wincache_ucache_add — 変数が既にキャッシュに存在しない場合にのみ変数をユーザーキャッシュに追加 ...
https://man.plustar.jp/php/function.wincache-ucache-add.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]
Apacheサブプロセスの環境変数を設定する 0
« apache_response_headers getallheaders » PHP Manual Apache 関数 Apacheサブプロセスの環境変数を設定する apache_setenv (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) apache_setenv — Apacheサブプロセスの環境変数を設定する 説明 apache_setenv ( string $variable , string $value , bool $walk_to_top = f ...
https://man.plustar.jp/php/function.apache-setenv.html - [similar]
変数をデータ領域にキャッシュする 0
« apcu_sma_info APCUIterator » PHP Manual APCu 関数 変数をデータ領域にキャッシュする apcu_store (PECL apcu >= 4.0.0) apcu_store — 変数をデータ領域にキャッシュする 説明 apcu_store ( string $key , mixed $var , int $ttl = 0 ): bool apcu_store ( array $values , mixed $unused = NULL , int $tt ...
https://man.plustar.jp/php/function.apcu-store.html - [similar]
環境変数の値を設定する 0
« phpversion restore_include_path » PHP Manual PHP オプション/情報 関数 環境変数の値を設定する putenv (PHP 4, PHP 5, PHP 7, PHP 8) putenv — 環境変数の値を設定する 説明 putenv ( string $assignment ): bool サーバーの環境変数に assignment を追加します。 この環境変数は、カレントのリクエストを ...
https://man.plustar.jp/php/function.putenv.html - [similar]
変数が数字または数値形式の文字列であるかを調べる 0
« is_null is_object » PHP Manual 変数操作 関数 変数が数字または数値形式の文字列であるかを調べる is_numeric (PHP 4, PHP 5, PHP 7, PHP 8) is_numeric — 変数が数字または数値形式の文字列であるかを調べる 説明 is_numeric ( mixed $value ): bool 指定した変数が数値または 数値形式の文字列 であるかど ...
https://man.plustar.jp/php/function.is-numeric.html - [similar]