検索

phrase: max: clip:
target: order:
Results of 1 - 6 of about 6 for collector (0.001 sec.)
Collect references to completed tasks 12119
« Pool Pool::__construct » PHP Manual Pool Collect references to completed tasks Pool::collect ( ... pleted tasks 説明 public Pool::collect ( Callable $collector = ? ): int Allows the pool to collect references d ... etermined to be garbage by the optionally given collector. パラメータ collector A Callable collector that re ... llected or not. Only in rare cases should a custom collector need to be used. 戻り値 The number of remaining ta ... ージョン 説明 v3 An integer is now returned, and the collector parameter is now optional. 例 例1 A basic example ...
https://man.plustar.jp/php/pool.collect.html - [similar]
Collect references to completed tasks 10931
« Worker Worker::getStacked » PHP Manual Worker Collect references to completed tasks Worker::co ... eted tasks 説明 public Worker::collect ( Callable $collector = ? ): int Allows the worker to collect references ... determined to be garbage by the optionally given collector. パラメータ collector A Callable collector that re ... llected or not. Only in rare cases should a custom collector need to be used. 戻り値 The number of remaining ta ... asks , references , Collect , completed , Worker , collector , collect , collected , stack , There ...
https://man.plustar.jp/php/worker.collect.html - [similar]
リファレンスを返す 9176
« リファレンス渡し リファレンスの解除 » PHP Manual リファレンスの説明 リファレンスを返す リファレ ... レンスを代入しなければなりません。 <?php function & collector () { static $collection = array(); return $collect ... ion ; } $collection = & collector (); $collection [] = 'foo' ; ?> 返されたリファレン ... 数に渡すには、 この構文を使います。 <?php function & collector () { static $collection = array(); return $collect ... ion ; } array_push ( collector (), 'foo' ); ?> 注意 : array_push(&collector(), 'f ...
https://man.plustar.jp/php/language.references.return.html - [similar]
The Pool class 7585
« Collectable::isGarbage Pool::collect » PHP Manual pthreads The Pool class The Pool class (PECL ... = ? , array $ctor = ? ) public collect ( Callable $collector = ? ): int public resize ( int $size ): void publi ...
https://man.plustar.jp/php/class.pool.html - [similar]
Worker クラス 7476
« Thread::start Worker::collect » PHP Manual pthreads Worker クラス Worker クラス (PECL pthreads ... Access { /* メソッド */ public collect ( Callable $collector = ? ): int public getStacked (): int public isShut ...
https://man.plustar.jp/php/class.worker.html - [similar]
collator のロケール名を取得する 7476
« Collator::getErrorMessage Collator::getSortKey » PHP Manual Collator collator のロケール名を取 ... e ( Collator $object , int $type ): string | false collector のロケール名を取得します。 パラメータ object Colla ...
https://man.plustar.jp/php/collator.getlocale.html - [similar]
PREV 1 NEXT