SplQueue::dequeue

(PHP 5 >= 5.3.0, PHP 7)

SplQueue::dequeueDequeues a node from the queue

Açıklama

SplQueue::dequeue ( void ) : mixed

Dequeues value from the top of the queue.

Bilginize:

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

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

The value of the dequeued node.