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

search for in the

SplQueue::setIteratorMode> <SplQueue::dequeue
Last updated: Fri, 10 Oct 2008

view this page in

SplQueue::enqueue

(No version information available, might be only in CVS)

SplQueue::enqueueAdds an element to the queue.

Description

void SplQueue::enqueue ( mixed $value )

Enqueues value at the end of the queue.

Note: SplQueue::enqueue is an alias of SplDoublyLinkedList::push.

Parameters

value

The value to enqueue.

Return Values

No value is returned.



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

SplQueue::setIteratorMode> <SplQueue::dequeue
Last updated: Fri, 10 Oct 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites