SplQueue
PHP Manual

SplQueue::dequeue

(No version information available, might be only in CVS)

SplQueue::dequeueDequeues a node from the queue

Opis

mixed SplQueue::dequeue ( void )

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