Dutch PHP Conference 2025 - Call For Papers

SplQueue::enqueue

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

SplQueue::enqueueAdds an element to the queue

Опис

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

Enqueues value at the end of the queue.

Зауваження:

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

Параметри

value

The value to enqueue.

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

Не повертає значень.

add a note

User Contributed Notes

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