検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 86 for Queue (0.003 sec.)
Returns the number of values in the queue 8624
« Ds\Queue::copy Ds\Queue::isEmpty » PHP Manual Queue Returns the number of values in the queue ... Ds\Queue::count (PECL ds >= 1.0.0) Ds\Queue::count — Return ... s the number of values in the queue See Countable::count() 関連キーワード: Returns , v ... alues , queue , the , of , in , Queue , Ds , count , copy ...
https://man.plustar.jp/php/ds-queue.count.html - [similar]
Pushes values into the queue 8570
« Ds\PriorityQueue::pop Ds\PriorityQueue::toArray » PHP Manual PriorityQueue Pushes values into ... the queue Ds\PriorityQueue::push (PECL ds >= 1.0.0) Ds\Prior ... ityQueue::push — Pushes values into the queue 説明 public D ... s\PriorityQueue::push ( mixed $value , int $priority ): void Pushe ... s a value with a given priority into the queue. パラメータ value The value to push into the queue ...
https://man.plustar.jp/php/ds-priorityqueue.push.html - [similar]
Allocates enough memory for a required capacity 8570
« Queue Ds\Queue::capacity » PHP Manual Queue Allocates enough memory for a required capacity Ds ... \Queue::allocate (PECL ds >= 1.0.0) Ds\Queue::allocate — ... ough memory for a required capacity 説明 public Ds\Queue::allocate ( int $capacity ): void Ensures that eno ... rest power of 2. 戻り値 値を返しません。 例 例1 Ds\Queue::allocate() example <?php $queue = new \ Ds \ Queu ... e (); var_dump ( $queue -> capacity ()); $queue -> allocate ( 100 ); var_d ...
https://man.plustar.jp/php/ds-queue.allocate.html - [similar]
Returns a shallow copy of the queue 8449
« Ds\PriorityQueue::__construct Ds\PriorityQueue::count » PHP Manual PriorityQueue Returns a sha ... llow copy of the queue Ds\PriorityQueue::copy (PECL ds >= 1.0.0) Ds\Prior ... ityQueue::copy — Returns a shallow copy of the queue 説明 p ... ublic Ds\PriorityQueue::copy (): Ds\PriorityQueue Returns a shallow copy ... of the queue. パラメータ この関数にはパラメータはありません。 戻 ...
https://man.plustar.jp/php/ds-priorityqueue.copy.html - [similar]
Returns the value at the front of the queue 8422
« Ds\PriorityQueue::jsonSerialize Ds\PriorityQueue::pop » PHP Manual PriorityQueue Returns the v ... alue at the front of the queue Ds\PriorityQueue::peek (PECL ds >= 1.0.0) Ds\Prior ... ityQueue::peek — Returns the value at the front of the queu ... e 説明 public Ds\PriorityQueue::peek (): mixed Returns the value at the front of ... the queue, but does not remove it. パラメータ この関数にはパ ...
https://man.plustar.jp/php/ds-priorityqueue.peek.html - [similar]
Converts the queue to an array 8395
« Ds\PriorityQueue::push var_representation » PHP Manual PriorityQueue Converts the queue to an ... array Ds\PriorityQueue::toArray (PECL ds >= 1.0.0) Ds\PriorityQueue::toAr ... ray — Converts the queue to an array 説明 public Ds\PriorityQueue::toArray ... (): array Converts the queue to an array . 注意 : This method is not destructiv ... containing all the values in the same order as the queue. 例 例1 Ds\PriorityQueue::toArray() example <?php ...
https://man.plustar.jp/php/ds-priorityqueue.toarray.html - [similar]
The PriorityQueue class 8368
« Ds\Queue::toArray Ds\PriorityQueue::allocate » PHP Manual Data Structures The PriorityQueue cl ... ass The PriorityQueue class (No version information available, might onl ... y be in Git) はじめに A PriorityQueue is very similar to a Queue. Values are pushed into ... the queue with an assigned priority, and the value with the ... ighest priority will always be at the front of the queue. Implemented using a max heap. 注意 : "First in, f ...
https://man.plustar.jp/php/class.ds-priorityqueue.html - [similar]
8341
« リソース型 Stomp 関数 » PHP Manual Stomp 例 例 例1 オブジェクト指向型 <?php $queue = '/queue/f ... . $e -> getMessage ()); } /* send a message to the queue 'foo' */ $stomp -> send ( $queue , $msg ); /* subs ... cribe to messages from the queue 'foo' */ $stomp -> subscribe ( $queue ); /* read a ... 6743606-4:2:-1:1:1" ["destination"]=> string(10) "/queue/foo" ["timestamp"]=> string(13) "1257226805828" [" ... } ["body"]=> string(3) "bar" } 例2 手続き型 <?php $queue = '/queue/foo' ; $msg = 'bar' ; /* connection */ $ ...
https://man.plustar.jp/php/stomp.examples.html - [similar]
メッセージキューを破棄する 8287
« msg_receive msg_send » PHP Manual セマフォ関数 メッセージキューを破棄する msg_remove_queue (PH ... P 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) msg_remove_queue — メッセージキューを破棄する 説明 msg_remove_queue ... ( SysvMessageQueue $queue ): bool msg_remove_queue() は、 queue で指定 ... ースを開放する必要が生じた場合のみです。 パラメータ queue メッセージキュー 戻り値 成功した場合に true を、失 ... e を返します。 変更履歴 バージョン 説明 8.0.0 引数 queue は、 SysvMessageQueue のインスタンスを期待するよう ...
https://man.plustar.jp/php/function.msg-remove-queue.html - [similar]
Data Structures 8247
« untaint はじめに » PHP Manual その他の基本モジュール Data Structures Data Structures はじめに ... Ds\Stack::toArray — Converts the stack to an array Queue — The Queue class Ds\Queue::allocate — Allocates e ... nough memory for a required capacity Ds\Queue::capacity — Returns the current capacity Ds\Queue: ... :clear — Removes all values Ds\Queue::__construct — Creates a new instance Ds\Queue::co ... py — Returns a shallow copy of the queue Ds\Queue::count — Returns the number of values in ...
https://man.plustar.jp/php/book.ds.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT