downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

SplQueue::setIteratorMode> <SplQueue::dequeue
[edit] Last updated: Fri, 25 May 2012

view this page in

SplQueue::enqueue

(PHP 5 >= 5.3.0)

SplQueue::enqueueAdds an element to the queue.

Beschreibung

void SplQueue::enqueue ( mixed $value )

Enqueues value at the end of the queue.

Hinweis:

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

Parameter-Liste

value

The value to enqueue.

Rückgabewerte

Es wird kein Wert zurückgegeben.



add a note add a note User Contributed Notes SplQueue::enqueue
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites