SplQueue::enqueue
(PHP 5 >= 5.3.0)
SplQueue::enqueue — Adds an element to the queue.
Descrierea
Enqueues value at the end of the queue.
Notă:
SplQueue::enqueue() is an alias of SplDoublyLinkedList::push().
Parametri
-
value -
The value to enqueue.
Valorile întoarse
Nu este întoarsă nici o valoare.
There are no user contributed notes for this page.
