(PHP 5 >= 5.3.0, PHP 7, PHP 8)
SplQueue::enqueue — Adds an element to the queue
public SplQueue::enqueue(mixed $value): void
Enqueues value at the end of the queue.
Note:
SplQueue::enqueue() is an alias of SplDoublyLinkedList::push().
valueThe value to enqueue.
No value is returned.
© 1997–2025 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/splqueue.enqueue.php