SplQueue::enqueue

(PHP 5 >= 5.3.0, PHP 7)

SplQueue::enqueueAdds an element to the queue

Opis

SplQueue::enqueue ( mixed $value ) : void

Enqueues value at the end of the queue.

Informacja:

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

Parametry

value

The value to enqueue.

Zwracane wartości

Nie jest zwracana żadna wartość.

add a note add a note

User Contributed Notes

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