(PHP 5 >= 5.3.0)
SplQueue::enqueue — Adds an element to the queue.
$value
Enqueues value at the end of the queue.
value
Bilginize: SplQueue::enqueue() is an alias of SplDoublyLinkedList::push().
Bilginize:
SplQueue::enqueue() is an alias of SplDoublyLinkedList::push().
The value to enqueue.
Hiçbir değer dönmez.