SplQueue::dequeue

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

SplQueue::dequeueDequeues a node from the queue

Опис

public SplQueue::dequeue(): mixed

Dequeues value from the top of the queue.

Зауваження:

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

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

The value of the dequeued node.