(PHP 5 >= 5.3.0, PHP 7)
Dequeues a node from the queue
mixed SplQueue::dequeue ( void )
Dequeues value
from the top of the queue.
Note:
SplQueue::dequeue() is an alias of SplDoublyLinkedList::shift().
Returns:
The value of the dequeued node.
Please login to continue.