検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 86 for queue (0.043 sec.)
Removes and returns the value with the highest priority 8166
« Ds\PriorityQueue::peek Ds\PriorityQueue::push » PHP Manual PriorityQueue Removes and returns t ... he value with the highest priority Ds\PriorityQueue::pop (PECL ds >= 1.0.0) Ds\PriorityQueue::pop — Re ... e with the highest priority 説明 public Ds\PriorityQueue::pop (): mixed Removes and returns the value at th ... e front of the queue, ie. the value with the highest priority. 注意 : V ... り値 The removed value which was at the front of the queue. エラー / 例外 UnderflowException if empty. 例 例1 ...
https://man.plustar.jp/php/ds-priorityqueue.pop.html - [similar]
メッセージキューデータ構造体の情報を返す 8139
« msg_set_queue sem_acquire » PHP Manual セマフォ関数 メッセージキューデータ構造体の情報を返す m ... sg_stat_queue (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) msg_stat_que ... ッセージキューデータ構造体の情報を返す 説明 msg_stat_queue ( SysvMessageQueue $queue ): array | false msg_sta ... t_queue() は、 queue で指定したメッセージキューのメタデータ ... 信されたのかを調べる場合などに有用です。 パラメータ queue メッセージキュー 戻り値 成功した場合、戻り値は配列 ...
https://man.plustar.jp/php/function.msg-stat-queue.html - [similar]
Acknowledges consumption of a message 8058
« Stomp::abort Stomp::begin » PHP Manual Stomp Acknowledges consumption of a message Stomp::ack ... alse を返します。 例 例1 オブジェクト指向型 <?php $queue = '/queue/foo' ; $msg = 'bar' ; /* connection */ t ... . $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 ... emove the subscription */ $stomp -> unsubscribe ( $queue ); /* close connection */ unset( $stomp ); ?> 例2 ...
https://man.plustar.jp/php/stomp.ack.html - [similar]
メッセージキューデータ構造体の情報を設定する 7964
« msg_send msg_stat_queue » PHP Manual セマフォ関数 メッセージキューデータ構造体の情報を設定する ... msg_set_queue (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) msg_set_queu ... ージキューデータ構造体の情報を設定する 説明 msg_set_queue ( SysvMessageQueue $queue , array $data ): bool ms ... g_set_queue() により、メッセージキューデータ構造体の msg_perm. ... こえて設定するには、root 権限が必要です。 パラメータ queue メッセージキュー data 設定したい値を、 data 配列に ...
https://man.plustar.jp/php/function.msg-set-queue.html - [similar]
Returns a representation that can be converted to JSON 7600
« Ds\Queue::isEmpty Ds\Queue::peek » PHP Manual Queue Returns a representation that can be conve ... rted to JSON Ds\Queue::jsonSerialize (PECL ds >= 1.0.0) Ds\Queue::jsonSe ... never need to call this directly. 関連キーワード: Queue , Ds , jsonSerialize , Returns , representation , ...
https://man.plustar.jp/php/ds-queue.jsonserialize.html - [similar]
MQSeries MQPUT1 7519
« mqseries_open mqseries_put » PHP Manual mqseries 関数 MQSeries MQPUT1 mqseries_put1 (PECL mqse ... qseries_put1() (MQPUT1) call puts one message on a queue. The queue need not be open. You can use both the ... t() and mqseries_put1() calls to put messages on a queue; which call to use depends on the circumstances. U ... MQPUT) call to place multiple messages on the same queue. Use the mqseries_put1() (MQPUT1) call to put only ... one message on a queue. This call encapsulates the MQOPEN, MQPUT, and MQC ...
https://man.plustar.jp/php/function.mqseries-put1.html - [similar]
Removes all values 7492
« Ds\PriorityQueue::capacity Ds\PriorityQueue::__construct » PHP Manual PriorityQueue Removes al ... l values Ds\PriorityQueue::clear (PECL ds >= 1.0.0) Ds\PriorityQueue::clear ... — Removes all values 説明 public Ds\PriorityQueue::clear (): void Removes all values from the queue. ... りません。 戻り値 値を返しません。 例 例1 Ds\PriorityQueue::clear() example <?php $queue = new \ Ds \ Priorit ... yQueue (); $queue -> push ( "a" , 5 ); $queue -> push ( " ...
https://man.plustar.jp/php/ds-priorityqueue.clear.html - [similar]
メッセージキューを作成またはそれにアタッチする 7398
« ftok msg_queue_exists » PHP Manual セマフォ関数 メッセージキューを作成またはそれにアタッチする ... msg_get_queue (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) msg_get_queu ... ジキューを作成またはそれにアタッチする 説明 msg_get_queue ( int $key , int $permissions = 0666 ): SysvMessag ... eQueue | false msg_get_queue() は、指定した key で System ... ージキューを作成します。同じ key で 2 度目に msg_get_queue() がコールされると別の ID が返されますが、どちらの ...
https://man.plustar.jp/php/function.msg-get-queue.html - [similar]
メッセージキューが存在するかどうかを調べる 7263
« msg_get_queue msg_receive » PHP Manual セマフォ関数 メッセージキューが存在するかどうかを調べる ... msg_queue_exists (PHP 5 >= 5.3.0, PHP 7, PHP 8) msg_queue_ex ... メッセージキューが存在するかどうかを調べる 説明 msg_queue_exists ( int $key ): bool key で指定したメッセージ ... 、失敗した場合に false を返します。 参考 msg_remove_queue() - メッセージキューを破棄する msg_receive() - メッ ... セージキューからメッセージを受信する msg_stat_queue() - メッセージキューデータ構造体の情報を返す 関連キ ...
https://man.plustar.jp/php/function.msg-queue-exists.html - [similar]
Returns whether the queue is empty 7061
« Ds\PriorityQueue::count Ds\PriorityQueue::jsonSerialize » PHP Manual PriorityQueue Returns whe ... ther the queue is empty Ds\PriorityQueue::isEmpty (PECL ds >= 1.0 ... .0) Ds\PriorityQueue::isEmpty — Returns whether the queue is empty 説明 ... public Ds\PriorityQueue::isEmpty (): bool Returns whether the queue is emp ... パラメータはありません。 戻り値 Returns true if the queue is empty, false otherwise. 例 例1 Ds\PriorityQueue ...
https://man.plustar.jp/php/ds-priorityqueue.isempty.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT