SplQueue::enqueue

(PHP 5 >= 5.3.0, PHP 7)

SplQueue::enqueueAdds an element to the queue

Descrierea

SplQueue::enqueue ( mixed $value ) : void

Enqueues value at the end of the queue.

Notă:

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

Parametri

value

The value to enqueue.

Valorile întoarse

Nu este întoarsă nici o valoare.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top