SplQueue::enqueue
(No version information available, might be only in CVS)
SplQueue::enqueue — Adds an element to the queue.
Description
Enqueues value at the end of the queue.
Note: SplQueue::enqueue is an alias of SplDoublyLinkedList::push.
Parameters
- value
-
The value to enqueue.
Return Values
No value is returned.
SplQueue::enqueue
There are no user contributed notes for this page.
