(No version information available, might be only in CVS)
SplQueue::enqueue — Adds an element to the queue.
Enqueues value at the end of the queue.
Note: SplQueue::enqueue is an alias of SplDoublyLinkedList::push.
The value to enqueue.
No value is returned.