検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 64 for Stack (0.001 sec.)
Returns the number of values in the stack 9261
« Ds\Stack::copy Ds\Stack::isEmpty » PHP Manual Stack Returns the number of values in the stack ... Ds\Stack::count (PECL ds >= 1.0.0) Ds\Stack::count — Return ... s the number of values in the stack See Countable::count() 関連キーワード: Returns , v ... alues , stack , the , of , in , Stack , Ds , count , copy ...
https://man.plustar.jp/php/ds-stack.count.html - [similar]
Pop an item from the stack 9261
« Parle\Stack Parle\Stack::push » PHP Manual Parle\Stack Pop an item from the stack Parle\Stack: ... :pop (PECL parle >= 0.5.1) Parle\Stack::pop — Pop an item from the stack 説明 public Parl ... e\Stack::pop (): void パラメータ この関数にはパラメータはあ ... り値 値を返しません。 関連キーワード: item , from , stack , Parle , Stack , the , pop , パラメータ , parle , ...
https://man.plustar.jp/php/parle-stack.pop.html - [similar]
Push an item into the stack 9189
« Parle\Stack::pop Parle\Token » PHP Manual Parle\Stack Push an item into the stack Parle\Stack: ... :push (PECL parle >= 0.5.1) Parle\Stack::push — Push an item into the stack 説明 public Pa ... rle\Stack::push ( mixed $item ): void パラメータ item Variab ... り値 値を返しません。 関連キーワード: item , into , stack , Parle , the , Stack , pop , Token , parle , publ ...
https://man.plustar.jp/php/parle-stack.push.html - [similar]
Returns the current capacity 8586
« Ds\Stack::allocate Ds\Stack::clear » PHP Manual Stack Returns the current capacity Ds\Stack::c ... apacity (PECL ds >= 1.0.0) Ds\Stack::capacity — Returns the current capacity 説明 publ ... ic Ds\Stack::capacity (): int Returns the current capacity. パ ... ent capacity. 関連キーワード: capacity , Returns , Stack , the , Ds , パラメータ , allocate , public , int ...
https://man.plustar.jp/php/ds-stack.capacity.html - [similar]
Collect references to completed tasks 8428
« Worker Worker::getStacked » PHP Manual Worker Collect references to completed tasks Worker::co ... 戻り値 The number of remaining tasks on the worker's stack to be collected. 例 例1 A basic example of Worker: ... re currently { $worker -> collect ()} tasks on the stack to be collected\n" ; for ( $i = 0 ; $i < 15 ; ++ $ ... i ) { $worker -> stack (new class extends Threaded {}); } echo "There are ... { $worker -> collect ()} tasks remaining on the stack to be collected\n" ; $worker -> start (); while ( ...
https://man.plustar.jp/php/worker.collect.html - [similar]
Allocates enough memory for a required capacity 8385
« Stack Ds\Stack::capacity » PHP Manual Stack Allocates enough memory for a required capacity Ds ... \Stack::allocate (PECL ds >= 1.0.0) Ds\Stack::allocate — ... ough memory for a required capacity 説明 public Ds\Stack::allocate ( int $capacity ): void Ensures that eno ... ーワード: capacity , required , memory , Allocates , Stack , Ds , allocate , values , allocated , less ...
https://man.plustar.jp/php/ds-stack.allocate.html - [similar]
Stacking work 8356
« Worker::shutdown Worker::unstack » PHP Manual Worker Stacking work Worker::stack (PECL pthread ... s >= 2.0.0) Worker::stackStacking work 説明 public Worker::stack ( Thread ... ed &$work ): int Appends the new work to the stack of the referenced worker. パラメータ work A Thread ... executed by the worker. 戻り値 The new size of the stack. 例 例1 Stacking a task for execution onto a worke ... w class extends Threaded {}; var_dump ( $worker -> stack ( $work )); 上の例の出力は以下となります。 int(1) ...
https://man.plustar.jp/php/worker.stack.html - [similar]
Returns a representation that can be converted to JSON 8256
« Ds\Stack::isEmpty Ds\Stack::peek » PHP Manual Stack Returns a representation that can be conve ... rted to JSON Ds\Stack::jsonSerialize (PECL ds >= 1.0.0) Ds\Stack::jsonSe ... never need to call this directly. 関連キーワード: Stack , Ds , jsonSerialize , Returns , representation , ...
https://man.plustar.jp/php/ds-stack.jsonserialize.html - [similar]
Data Structures 8184
« untaint はじめに » PHP Manual その他の基本モジュール Data Structures Data Structures はじめに ... urrent instance or in another set, but not in both Stack — The Stack class Ds\Stack::allocate — Allocates e ... nough memory for a required capacity Ds\Stack::capacity — Returns the current capacity Ds\Stack: ... :clear — Removes all values Ds\Stack::__construct — Creates a new instance Ds\Stack::co ... py — Returns a shallow copy of the stack Ds\Stack::count — Returns the number of values in ...
https://man.plustar.jp/php/book.ds.html - [similar]
Unstacking work 8155
« Worker::stack Collectable » PHP Manual Worker Unstacking work Worker::unstack (PECL pthreads > ... = 2.0.0) Worker::unstack — Unstacking work 説明 public Worker::unstack (): ... int Removes the first task (the oldest one) in the stack. パラメータ この関数にはパラメータはありません。 戻 ... り値 The new size of the stack. 変更履歴 バージョン 説明 v3 The parameter to spec ... ify the task to unstack has been removed. Now, only the first task in the ...
https://man.plustar.jp/php/worker.unstack.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT