Results of 1 - 10 of about 24 for peek (0.008 sec.)
- Returns the value at the front of the queue 12376
- « Ds\Queue::jsonSerialize Ds\Queue::pop » PHP Manual Queue Returns the value at the front of the
...
queue Ds\Queue::peek (PECL ds >= 1.0.0) Ds\Queue::peek — Returns the va ...
ue at the front of the queue 説明 public Ds\Queue::peek (): mixed Returns the value at the front of the qu ...
例外 UnderflowException if empty. 例 例1 Ds\Queue::peek() example <?php $queue = new \ Ds \ Queue (); $que ...
b" ); $queue -> push ( "c" ); var_dump ( $queue -> peek ()); ?> 上の例の出力は、 たとえば以下のようになりま ...
-
https://man.plustar.jp/php/ds-queue.peek.html
- [similar]
- Returns the value at the top of the stack 12376
- « Ds\Stack::jsonSerialize Ds\Stack::pop » PHP Manual Stack Returns the value at the top of the s
...
tack Ds\Stack::peek (PECL ds >= 1.0.0) Ds\Stack::peek — Returns the va ...
lue at the top of the stack 説明 public Ds\Stack::peek (): mixed Returns the value at the top of the stac ...
例外 UnderflowException if empty. 例 例1 Ds\Stack::peek() example <?php $stack = new \ Ds \ Stack (); $sta ...
b" ); $stack -> push ( "c" ); var_dump ( $stack -> peek ()); ?> 上の例の出力は、 たとえば以下のようになりま ...
-
https://man.plustar.jp/php/ds-stack.peek.html
- [similar]
- Returns the value at the front of the queue 12310
- « 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\PriorityQueue::peek — Return ...
e front of the queue 説明 public Ds\PriorityQueue::peek (): mixed Returns the value at the front of the qu ...
erflowException if empty. 例 例1 Ds\PriorityQueue::peek() example <?php $queue = new \ Ds \ PriorityQueue ...
$queue -> push ( "c" , 10 ); var_dump ( $queue -> peek ()); ?> 上の例の出力は、 たとえば以下のようになりま ...
-
https://man.plustar.jp/php/ds-priorityqueue.peek.html
- [similar]
- The Stack class 9140
- « Ds\Set::xor Ds\Stack::allocate » PHP Manual Data Structures The Stack class The Stack class (N
...
c copy (): Ds\Stack public isEmpty (): bool public peek (): mixed public pop (): mixed public push ( mixed ...
esentation that can be converted to JSON Ds\Stack::peek — Returns the value at the top of the stack Ds\Sta ...
k , Returns , capacity , values , allocate , top , peek ...
-
https://man.plustar.jp/php/class.ds-stack.html
- [similar]
- Returns a representation that can be converted to JSON 9057
- « Ds\PriorityQueue::isEmpty Ds\PriorityQueue::peek » PHP Manual PriorityQueue Returns a represen
...
, Returns , representation , converted , isEmpty , peek , JsonSerializable , 注意 ...
-
https://man.plustar.jp/php/ds-priorityqueue.jsonserialize.html
- [similar]
- Returns a representation that can be converted to JSON 9057
- « Ds\Queue::isEmpty Ds\Queue::peek » PHP Manual Queue Returns a representation that can be conve
...
, Returns , representation , converted , isEmpty , peek , JsonSerializable , 注意 ...
-
https://man.plustar.jp/php/ds-queue.jsonserialize.html
- [similar]
- Returns a representation that can be converted to JSON 9057
- « Ds\Stack::isEmpty Ds\Stack::peek » PHP Manual Stack Returns a representation that can be conve
...
, Returns , representation , converted , isEmpty , peek , JsonSerializable , 注意 ...
-
https://man.plustar.jp/php/ds-stack.jsonserialize.html
- [similar]
- The PriorityQueue class 8256
- « Ds\Queue::toArray Ds\PriorityQueue::allocate » PHP Manual Data Structures The PriorityQueue cl
...
): Ds\PriorityQueue public isEmpty (): bool public peek (): mixed public pop (): mixed public push ( mixed ...
on that can be converted to JSON Ds\PriorityQueue::peek — Returns the value at the front of the queue Ds\P ...
-
https://man.plustar.jp/php/class.ds-priorityqueue.html
- [similar]
- The Queue class 8256
- « Ds\Stack::toArray Ds\Queue::allocate » PHP Manual Data Structures The Queue class The Queue cl
...
c copy (): Ds\Queue public isEmpty (): bool public peek (): mixed public pop (): mixed public push ( mixed ...
esentation that can be converted to JSON Ds\Queue::peek — Returns the value at the front of the queue Ds\Q ...
-
https://man.plustar.jp/php/class.ds-queue.html
- [similar]
- The Swoole\Client class 7956
- « Swoole\Channel::stats Swoole\Client::close » PHP Manual Swoole The Swoole\Client class The Swo
...
Constants */ const int MSG_OOB = 1 ; const int MSG_PEEK = 2 ; const int MSG_DONTWAIT = 128 ; const int MSG ...
義済み定数 Swoole\Client::MSG_OOB Swoole\Client::MSG_PEEK Swoole\Client::MSG_DONTWAIT Swoole\Client::MSG_WAI ...
-
https://man.plustar.jp/php/class.swoole-client.html
- [similar]