SplQueue::enqueue

(PHP 5 >= 5.3.0)

SplQueue::enqueueAdds an element to the queue.

Beskrivelse

void SplQueue::enqueue ( mixed $value )

Enqueues value at the end of the queue.

Note:

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

Parametre

value

The value to enqueue.

Returnerings Værdier

No value is returned.

add a note add a note

User Contributed Notes

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