SplQueue::dequeue

(PHP 5 >= 5.3.0, PHP 7)

SplQueue::dequeueDequeues a node from the queue

Beschreibung

SplQueue::dequeue ( void ) : mixed

Dequeues value from the top of the queue.

Hinweis:

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

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

The value of the dequeued node.