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

search for in the

SplPriorityQueue::isEmpty> <SplPriorityQueue::extract
Last updated: Fri, 14 Nov 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.

Описание

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

Insert value with the priority priority in the queue.

Список параметров

value

The value to insert.

priority

The associated priority.

Возвращаемые значения

Эта функция не возвращает значения после выполнения.



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, 14 Nov 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites