Adds an element to the queue.
$value
Enqueues value at the end of the queue.
value
Hinweis: SplQueue::enqueue is an alias of SplDoublyLinkedList::push.
Hinweis:
SplQueue::enqueue is an alias of SplDoublyLinkedList::push.
The value to enqueue.
Es wird kein Wert zurückgegeben.