SplQueue
PHP Manual

SplQueue::dequeue

(PHP 5 >= 5.3.0)

SplQueue::dequeueDequeues a node from the queue

Açıklama

mixed SplQueue::dequeue ( void )

Dequeues value from the top of 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.


SplQueue
PHP Manual