SplQueue::enqueue
(PHP 5 >= 5.3.0)
SplQueue::enqueue — Adds an element to the queue.
Descripción
Enqueues value at the end of the queue.
Note:
SplQueue::enqueue() is an alias of SplDoublyLinkedList::push().
Parámetros
- value
-
The value to enqueue.
Valores devueltos
No devuelve ningún valor.
There are no user contributed notes for this page.
