Results of 1 - 10 of about 30 for front (0.002 sec.)
- Prepend data to the front of the buffer 11128
- « EventBuffer::lock EventBuffer::prependBuffer » PHP Manual EventBuffer Prepend data to the front
...
6-beta) EventBuffer::prepend — Prepend data to the front of the buffer 説明 public EventBuffer::prepend ( s ...
tring $data ): bool Prepend data to the front of the buffer. パラメータ data String to be prepen ...
ded to the front of the buffer. 戻り値 成功した場合に true を、失敗 ...
uffer() - Moves all data from source buffer to the front of current buffer EventBuffer::add() - Append data ...
-
https://man.plustar.jp/php/eventbuffer.prepend.html
- [similar]
- Extracts a line from the front of the buffer 10608
- « EventBuffer::readFrom EventBuffer::search » PHP Manual EventBuffer Extracts a line from the front
...
) EventBuffer::readLine — Extracts a line from the front of the buffer 説明 public EventBuffer::readLine ( ...
int $eol_style ): string Extracts a line from the front of the buffer and returns it in a newly allocated ...
() - Copies out specified number of bytes from the front of the buffer EventBuffer::drain() - Removes speci ...
fied number of bytes from the front of the buffer without copying it anywhere EventBuf ...
-
https://man.plustar.jp/php/eventbuffer.readline.html
- [similar]
- Moves all data from source buffer to the front of current buffer 10202
- « EventBuffer::prepend EventBuffer::pullup » PHP Manual EventBuffer Moves all data from source b
...
uffer to the front of current buffer EventBuffer::prependBuffer (PECL ...
dBuffer — Moves all data from source buffer to the front of current buffer 説明 public EventBuffer::prepend ...
er::addBuffer() , except that it moves data to the front of the buffer. パラメータ buf Source buffer. 戻り値 ...
uffer EventBuffer::prepend() - Prepend data to the front of the buffer 関連キーワード: EventBuffer , buffer ...
-
https://man.plustar.jp/php/eventbuffer.prependbuffer.html
- [similar]
- Returns the value at the front of the queue 9910
- « Ds\Queue::jsonSerialize Ds\Queue::pop » PHP Manual Queue Returns the value at the front of the
...
= 1.0.0) Ds\Queue::peek — Returns the value at the front of the queue 説明 public Ds\Queue::peek (): mixed ...
Returns the value at the front of the queue, but does not remove it. パラメータ こ ...
にはパラメータはありません。 戻り値 The value at the front of the queue. エラー / 例外 UnderflowException if ...
以下のようになります。 string(1) "a" 関連キーワード: front , queue , Returns , the , Queue , Ds , of , peek , ...
-
https://man.plustar.jp/php/ds-queue.peek.html
- [similar]
- Returns the value at the front of the queue 9845
- « 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. ...
Ds\PriorityQueue::peek — Returns the value at the front of the queue 説明 public Ds\PriorityQueue::peek () ...
: mixed Returns the value at the front of the queue, but does not remove it. パラメータ こ ...
にはパラメータはありません。 戻り値 The value at the front of the queue. エラー / 例外 UnderflowException if ...
-
https://man.plustar.jp/php/ds-priorityqueue.peek.html
- [similar]
- Adds values to the front of the deque 9731
- « Ds\Deque::toArray Map » PHP Manual Deque Adds values to the front of the deque Ds\Deque::unshi
...
s >= 1.0.0) Ds\Deque::unshift — Adds values to the front of the deque 説明 public Ds\Deque::unshift ( mixed ...
$values = ? ): void Adds values to the front of the deque, moving all the current values forwar ...
values. パラメータ values The values to add to the front of the deque. 注意 : Multiple values will be added ...
=> 1 [4] => 2 [5] => 3 ) 関連キーワード: values , front , deque , Adds , Deque , the , Ds , of , unshift , ...
-
https://man.plustar.jp/php/ds-deque.unshift.html
- [similar]
- Removes and returns the value at the front of the queue 9731
- « Ds\Queue::peek Ds\Queue::push » PHP Manual Queue Removes and returns the value at the front of
...
\Queue::pop — Removes and returns the value at the front of the queue 説明 public Ds\Queue::pop (): mixed R ...
emoves and returns the value at the front of the queue. パラメータ この関数にはパラメータはあ ...
りません。 戻り値 The removed value which was at the front of the queue. エラー / 例外 UnderflowException if ...
(1) "b" string(1) "c" 関連キーワード: Queue , Ds , front , pop , queue , string , returns , Removes , パラメ ...
-
https://man.plustar.jp/php/ds-queue.pop.html
- [similar]
- Adds values to the front of the sequence 9731
- « Ds\Sequence::sum Vector » PHP Manual Sequence Adds values to the front of the sequence Ds\Sequ
...
= 1.0.0) Ds\Sequence::unshift — Adds values to the front of the sequence 説明 abstract public Ds\Sequence:: ...
ift ( mixed $values = ? ): void Adds values to the front of the sequence, moving all the current values for ...
values. パラメータ values The values to add to the front of the sequence. 注意 : Multiple values will be ad ...
=> 1 [4] => 2 [5] => 3 ) 関連キーワード: values , front , sequence , Adds , the , Ds , Sequence , of , uns ...
-
https://man.plustar.jp/php/ds-sequence.unshift.html
- [similar]
- Adds values to the front of the vector 9731
- « Ds\Vector::toArray Deque » PHP Manual Vector Adds values to the front of the vector Ds\Vector:
...
>= 1.0.0) Ds\Vector::unshift — Adds values to the front of the vector 説明 public Ds\Vector::unshift ( mix ...
ed $values = ? ): void Adds values to the front of the vector, moving all the current values forwa ...
values. パラメータ values The values to add to the front of the vector. 注意 : Multiple values will be adde ...
=> 1 [4] => 2 [5] => 3 ) 関連キーワード: values , front , Adds , the , Ds , of , unshift , Multiple , 出力 ...
-
https://man.plustar.jp/php/ds-vector.unshift.html
- [similar]
- Removes specified number of bytes from the front of the buffer without copying i... 9325
- « EventBuffer::copyout EventBuffer::enableLocking » PHP Manual EventBuffer Removes specified num
...
ber of bytes from the front of the buffer without copying it anywhere EventBuf ...
drain — Removes specified number of bytes from the front of the buffer without copying it anywhere 説明 pub ...
oes not copy the data: it just removes it from the front of the buffer. パラメータ len The number of bytes ...
from , buffer , bytes , drain , read , specified , front , anywhere , copying ...
-
https://man.plustar.jp/php/eventbuffer.drain.html
- [similar]