SplQueue::enqueue
(PHP 5 >= 5.3.0)
SplQueue::enqueue — Adds an element to the queue.
Açıklama
Enqueues value at the end of the queue.
Bilginize:
SplQueue::enqueue() is an alias of SplDoublyLinkedList::push().
Değiştirgeler
-
value -
The value to enqueue.
Dönen Değerler
Hiçbir değer dönmez.
There are no user contributed notes for this page.
