SplQueue::enqueue
(PHP 5 >= 5.3.0)
SplQueue::enqueue — Adds an element to the queue.
Opis
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ść.
There are no user contributed notes for this page.
