Adds an element to the queue
$value
Enqueues value at the end of the queue.
value
Note: SplQueue::enqueue is an alias of SplDoublyLinkedList::push.
Note:
SplQueue::enqueue is an alias of SplDoublyLinkedList::push.
The value to enqueue.
No value is returned.