SplQueue::dequeue

(PHP 5 >= 5.3.0, PHP 7, PHP 8)

SplQueue::dequeueDequeues a node from the queue

Descrizione

public SplQueue::dequeue(): mixed

Dequeues value from the top of the queue.

Nota:

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

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

The value of the dequeued node.