SplQueue
PHP Manual

SplQueue::enqueue

(PHP 5 >= 5.3.0)

SplQueue::enqueueAdds an element to the queue.

Opis

void SplQueue::enqueue ( mixed $value )

Enqueues value at the end of the queue.

Informacja:

SplQueue::enqueue() is an alias of SplDoublyLinkedList::push().

Parametry

value

The value to enqueue.

Zwracane wartości

Nie jest zwracana żadna wartość.


SplQueue
PHP Manual