(PHP 5 >= 5.3.0, PHP 7)
SplQueue::enqueue — 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.
값을 반환하지 않습니다.