SplQueue::enqueue

(PHP 5 >= 5.3.0, PHP 7)

SplQueue::enqueueAdds an element to the queue

Descrição

SplQueue::enqueue ( mixed $value ) : void

Enqueues value at the end of the queue.

Nota:

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

Parâmetros

value

The value to enqueue.

Valor Retornado

Não há valor retornado.