SplQueue::dequeue

Dequeues a node from the queue

Beschreibung

mixed SplQueue::dequeue ( void )

Dequeues value from the top of the queue.

Hinweis:

SplQueue::dequeue is an alias of SplDoublyLinkedList::shift.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

The value of the dequeued node.