Results of 1 - 10 of about 130 for [SIMILAR] 16 1024 4096 WITH 30522 queue WITH 181... (0.155 sec.)
- The Queue class 10000
- « Ds\Stack::toArray Ds\Queue::allocate » PHP Manual Data Structures The Queue class The Queue class (No version information available, might only be in Git) はじめに A Queue is a “first in, first out” or “FIFO” collection that only allows access to the value at the front of the queue and
...
-
https://man.plustar.jp/php/class.ds-queue.html
- [similar]
- Removes all values 9212
- « Ds\Queue::capacity Ds\Queue::__construct » PHP Manual Queue Removes all values Ds\Queue::clear (PECL ds >= 1.0.0) Ds\Queue::clear — Removes all values 説明 public Ds\Queue::clear (): void Removes all values from the queue. パラメータ この関数にはパラメータはありません。 戻り値 値を返し
...
-
https://man.plustar.jp/php/ds-queue.clear.html
- [similar]
- The PriorityQueue class 8588
- « Ds\Queue::toArray Ds\PriorityQueue::allocate » PHP Manual Data Structures The PriorityQueue class The PriorityQueue class (No version information available, might only be in Git) はじめに A PriorityQueue is very similar to a Queue. Values are pushed into the queue with an assigned prio
...
-
https://man.plustar.jp/php/class.ds-priorityqueue.html
- [similar]
- Returns the current capacity 8226
- « Ds\Queue::allocate Ds\Queue::clear » PHP Manual Queue Returns the current capacity Ds\Queue::capacity (PECL ds >= 1.0.0) Ds\Queue::capacity — Returns the current capacity 説明 public Ds\Queue::capacity (): int Returns the current capacity. パラメータ この関数にはパラメータはありません。
...
-
https://man.plustar.jp/php/ds-queue.capacity.html
- [similar]
- Removes all values 8165
- « Ds\PriorityQueue::capacity Ds\PriorityQueue::__construct » PHP Manual PriorityQueue Removes all 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. パラメータ この
...
-
https://man.plustar.jp/php/ds-priorityqueue.clear.html
- [similar]
- Pushes values into the queue 8165
- « Ds\Queue::pop Ds\Queue::toArray » PHP Manual Queue Pushes values into the queue Ds\Queue::push (PECL ds >= 1.0.0) Ds\Queue::push — Pushes values into the queue 説明 public Ds\Queue::push ( mixed ...$values ): void Pushes values into the queue. パラメータ values The values to push into
...
-
https://man.plustar.jp/php/ds-queue.push.html
- [similar]
- Removes and returns the value at the front of the queue 8165
- « Ds\Queue::peek Ds\Queue::push » PHP Manual Queue Removes and returns the value at the front of the queue Ds\Queue::pop (PECL ds >= 1.0.0) Ds\Queue::pop — Removes and returns the value at the front of the queue 説明 public Ds\Queue::pop (): mixed Removes and returns the value at the fro
...
-
https://man.plustar.jp/php/ds-queue.pop.html
- [similar]
- Returns the value at the front of the queue 8165
- « 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 value at the front of the queue 説明 public Ds\Queue::peek (): mixed Returns the value at the front of the queue, but does
...
-
https://man.plustar.jp/php/ds-queue.peek.html
- [similar]
- Returns a shallow copy of the queue 8165
- « Ds\Queue::__construct Ds\Queue::count » PHP Manual Queue Returns a shallow copy of the queue Ds\Queue::copy (PECL ds >= 1.0.0) Ds\Queue::copy — Returns a shallow copy of the queue 説明 public Ds\Queue::copy (): Ds\Queue Returns a shallow copy of the queue. パラメータ この関数にはパラメ
...
-
https://man.plustar.jp/php/ds-queue.copy.html
- [similar]
- Returns whether the queue is empty 8165
- « Ds\Queue::count Ds\Queue::jsonSerialize » PHP Manual Queue Returns whether the queue is empty Ds\Queue::isEmpty (PECL ds >= 1.0.0) Ds\Queue::isEmpty — Returns whether the queue is empty 説明 public Ds\Queue::isEmpty (): bool Returns whether the queue is empty. パラメータ この関数にはパ
...
-
https://man.plustar.jp/php/ds-queue.isempty.html
- [similar]