検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 29 for Collect (0.002 sec.)
Returns or creates the default event loop 8011
« EvLoop::__construct EvLoop::embed » PHP Manual EvLoop Returns or creates the default event loo ... gs data Custom data to associate with the loop. io_collect_interval See io_interval timeout_collect_interval ...
https://man.plustar.jp/php/evloop.defaultloop.html - [similar]
循環参照コレクタを無効にする 8011
« gc_collect_cycles gc_enable » PHP Manual PHP オプション/情報 関数 循環参照コレクタを無効にする ... キーワード: コレクタ , disable , 関数 , パラメータ , collect , cycles , 情報 , zend , 設定 , 参考 ...
https://man.plustar.jp/php/function.gc-disable.html - [similar]
Creative Commons Attribution 3.0 7782
« 翻訳 索引 » PHP Manual 付録 Creative Commons Attribution 3.0 Creative Commons Attribution 3.0 ... he original, except that a work that constitutes a Collection will not be considered an Adaptation for the pu ... ed an Adaptation for the purpose of this License. "Collection" means a collection of literary or artistic wor ... in themselves, which together are assembled into a collective whole. A work that constitutes a Collection wil ... the Work, to incorporate the Work into one or more Collections, and to Reproduce the Work as incorporated in ...
https://man.plustar.jp/php/cc.license.html - [similar]
実行時設定 7488
« インストール 非互換性 » PHP Manual Mysqlnd 実行時設定 実行時設定 php.ini の設定により動作が変化 ... オプション 名前 デフォルト 変更可能 変更履歴 mysqlnd.collect_statistics "1" PHP_INI_SYSTEM mysqlnd.collect_memo ... ィレクティブに関する 簡単な説明を示します。 mysqlnd.collect_statistics bool さまざまなクライアント統計情報の収 ... QL Native Driver 統計情報 を有効にします。 mysqlnd.collect_memory_statistics bool さまざまなメモリ統計情報の収 ...
https://man.plustar.jp/php/mysqlnd.config.html - [similar]
循環参照コレクタの状態を返す 7342
« gc_enable gc_mem_caches » PHP Manual PHP オプション/情報 関数 循環参照コレクタの状態を返す gc_ ... 例1 gc_enabled() の例 <?php if( gc_enabled ()) gc_collect_cycles (); ?> 参考 ガベージコレクション 関連キーワ ...
https://man.plustar.jp/php/function.gc-enabled.html - [similar]
Gets the remaining stack size 7342
« Worker::collect Worker::isShutdown » PHP Manual Worker Gets the remaining stack size Worker::g ...
https://man.plustar.jp/php/worker.getstacked.html - [similar]
ガベージコレクタに関する情報を取得する 7244
« gc_mem_caches get_cfg_var » PHP Manual PHP オプション/情報 関数 ガベージコレクタに関する情報を ... 。 戻り値 次の要素を持つ連想配列を返します: "runs" "collected" "threshold" "roots" 例 例1 gc_status() の使い方 ... <?php // create object tree that needs gc collection $a = new stdClass (); $a -> b = []; for ( $i = ... ; $a -> b [] = $b ; } unset( $a ); unset( $b ); gc_collect_cycles (); var_dump ( gc_status ()); 上の例の出力は ... 下のようになります。 array(4) { ["runs"]=> int(5) ["collected"]=> int(100002) ["threshold"]=> int(50001) ["roo ...
https://man.plustar.jp/php/function.gc-status.html - [similar]
Creates a new Pool of Workers 7244
« Pool::collect Pool::resize » PHP Manual Pool Creates a new Pool of Workers Pool::__construct ( ...
https://man.plustar.jp/php/pool.construct.html - [similar]
循環の収集 7195
« リファレンスカウントの原理 パフォーマンスの考慮点 » PHP Manual ガベージコレクション 循環の収集 ... 、PHP ではその問題に焦点を当てた » Concurrent Cycle Collection in Reference Counted Systems レポートに由来する ... 循環の収集を強制することもできます。 このために、 gc_collect_cycles() 関数を使用できます。 この関数は、アルゴリ ... モリを解放するために、 gc_disable() を呼ぶ直前に gc_collect_cycles() を呼ぶことは多分賢いでしょう。 そうすると ...
https://man.plustar.jp/php/features.gc.collecting-cycles.html - [similar]
ある拡張機能がロードされているかどうかを調べる 7146
« dl gc_collect_cycles » PHP Manual PHP オプション/情報 関数 ある拡張機能がロードされているかどう ...
https://man.plustar.jp/php/function.extension-loaded.html - [similar]
PREV 1 2 3 NEXT