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

search for in the

SplPriorityQueue::isEmpty> <SplPriorityQueue::extract
Last updated: Fri, 05 Sep 2008

view this page in

SplPriorityQueue::insert

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

SplPriorityQueue::insertInserts an element in the queue by sifting it up.

Description

void SplPriorityQueue::insert ( mixed $value , mixed $priority )

Insert value with the priority priority in the queue.

Parameters

value

The value to insert.

priority

The associated priority.

Return Values

No value is returned.



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

SplPriorityQueue::isEmpty> <SplPriorityQueue::extract
Last updated: Fri, 05 Sep 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites