SplQueue::enqueue

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

SplQueue::enqueueAdds an element to the queue

Beschreibung

public SplQueue::enqueue(mixed $value): void

Enqueues value at the end of the queue.

Hinweis:

SplQueue::enqueue() is an alias of SplDoublyLinkedList::push().

Parameter-Liste

value

The value to enqueue.

Rückgabewerte

Es wird kein Wert zurückgegeben.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top