(PHP 5 >= 5.3.0, PHP 7)
SplQueue::enqueue — Adds an element to the queue.
Enqueues value
at the end of the queue.
Hinweis:
SplQueue::enqueue() is an alias of SplDoublyLinkedList::push().
value
The value to enqueue.
Es wird kein Wert zurückgegeben.