- класс
SharedQueue
(php\util\SharedQueue
) унаследован отSharedCollection
- пакет
std
- исходники
php/util/SharedQueue.php
Описание
Class SharedQueue
->
__construct()
->
isEmpty()
->
count()
->
clear()
- Remove all elements.->
add()
->
peek()
->
poll()
- Retrieves and removes the head of this queue.- См. также в родительском классе SharedCollection
__construct(array|Traversable $array): void
isEmpty(): bool
count(): int
clear(): void
Remove all elements.
add(mixed $value): bool
peek(): mixed
poll(): mixed
Retrieves and removes the head of this queue.