(PHP 5 >= 5.3.0)
SplQueue::dequeue — Dequeues a node from the queue
Dequeues value from the top of the queue.
value
Note: SplQueue::dequeue() is an alias of SplDoublyLinkedList::shift().
Note:
SplQueue::dequeue() is an alias of SplDoublyLinkedList::shift().
이 함수는 인수가 없습니다.
The value of the dequeued node.