SplQueue
PHP Manual

SplQueue::dequeue

(PHP 5 >= 5.3.0)

SplQueue::dequeueDequeues a node from the queue

Opis

mixed SplQueue::dequeue ( void )

Dequeues value from the top of the queue.

Informacja:

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

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

The value of the dequeued node.


SplQueue
PHP Manual