©
This document uses PHP Chinese website manual Release
(PHP 5 >= 5.3.0)
SplQueue::enqueue — Adds an element to the queue.
$value
)
Enqueues value
at the end of the queue.
Note:
SplQueue::enqueue() is an alias of SplDoublyLinkedList::push() .
value
The value to enqueue.
没有返回值。