検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 747 for [SIMILAR] 16 1024 4096 WITH 23223 param WITH 169... (0.584 sec.)
全てのセッション変数を開放する 0
« session_status session_write_close » PHP Manual セッション関数 全てのセッション変数を開放する session_unset (PHP 4, PHP 5, PHP 7, PHP 8) session_unset — 全てのセッション変数を開放する 説明 session_unset (): bool 関数 session_unset() は現在登録されている全てのセッション変数を開放します。 ...
https://man.plustar.jp/php/function.session-unset.html - [similar]
無名関数 0
« 内部(ビルトイン)関数 アロー関数 » PHP Manual 関数 無名関数 無名関数 無名関数は クロージャ とも呼ばれ、 関数名を指定せずに関数を作成できるようにするものです。 callable パラメータとして使う際に便利ですが、用途はそれにとどまりません。 無名関数の実装には Closure クラスを使っています。 例 ...
https://man.plustar.jp/php/functions.anonymous.html - [similar]
WinCache 関数 0
« 定義済み定数 wincache_fcache_fileinfo » PHP Manual WinCache WinCache 関数 WinCache 関数 目次 wincache_fcache_fileinfo — ファイルキャッシュにキャッシュされたファイルについての情報を取得する wincache_fcache_meminfo — ファイルキャッシュのメモリ使用状況についての情報を取得する wincache_loc ...
https://man.plustar.jp/php/ref.wincache.html - [similar]
格納されている変数をキャッシュから取得する 0
« apcu_exists apcu_inc » PHP Manual APCu 関数 格納されている変数をキャッシュから取得する apcu_fetch (PECL apcu >= 4.0.0) apcu_fetch — 格納されている変数をキャッシュから取得する 説明 apcu_fetch ( mixed $key , bool &$success = ? ): mixed エントリをキャッシュから取得します。 パラメータ key ...
https://man.plustar.jp/php/function.apcu-fetch.html - [similar]
変数の文字コードを変換する 0
« mb_convert_kana mb_decode_mimeheader » PHP Manual マルチバイト文字列 関数 変数の文字コードを変換する mb_convert_variables (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) mb_convert_variables — 変数の文字コードを変換する 説明 mb_convert_variables ( string $to_encoding , array | string $from_encod ...
https://man.plustar.jp/php/function.mb-convert-variables.html - [similar]
型の相互変換 0
« 型宣言 変数 » PHP Manual 型 型の相互変換 型の相互変換 PHP は、変数定義時に明示的な型定義を必要と(または、サポート) しません。ある変数の型は、その変数が使用される文により定義されます。 これは、ある文字列を変数 $var に代入した場合には、 $var は文字列になることを意味しています。 ある整数値 ...
https://man.plustar.jp/php/language.types.type-juggling.html - [similar]
Trigger a one time callback function in the future 0
« swoole_strerror swoole_timer_exists » PHP Manual Swoole 関数 Trigger a one time callback function in the future swoole_timer_after (PECL swoole >= 1.9.0) swoole_timer_after — Trigger a one time callback function in the future 説明 swoole_timer_after ( int $ms , callable $callback , mix ...
https://man.plustar.jp/php/function.swoole-timer-after.html - [similar]
Trigger a callback function after a period of time. 0
« Swoole\Server::addProcess Swoole\Server::bind » PHP Manual Swoole\Server Trigger a callback function after a period of time. Swoole\Server::after (PECL swoole >= 1.9.0) Swoole\Server::after — Trigger a callback function after a period of time. 説明 public Swoole\Server::after ( int $af ...
https://man.plustar.jp/php/swoole-server.after.html - [similar]
Repeats a given function at every given time-interval. 0
« Swoole\Timer::exists Swoole\WebSocket\Frame » PHP Manual Swoole\Timer Repeats a given function at every given time-interval. Swoole\Timer::tick (PECL swoole >= 1.9.0) Swoole\Timer::tick — Repeats a given function at every given time-interval. 説明 public static Swoole\Timer::tick ( int ...
https://man.plustar.jp/php/swoole-timer.tick.html - [similar]
格納されている変数をキャッシュから取り除く 0
« apcu_dec apcu_enabled » PHP Manual APCu 関数 格納されている変数をキャッシュから取り除く apcu_delete (PECL apcu >= 4.0.0) apcu_delete — 格納されている変数をキャッシュから取り除く 説明 apcu_delete ( mixed $key ): mixed 格納されている変数をキャッシュから取り除きます。 パラメータ key 単一の ...
https://man.plustar.jp/php/function.apcu-delete.html - [similar]