(No version information available, might be only in CVS)
SplQueue::dequeue — Dequeues a node from the queue
Dequeues value from the top of of the queue.
Note: SplQueue::dequeue is an alias of SplDoublyLinkedList::shift.
This function has no parameters.
The value of the dequeued node.