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

search for in the

SplPriorityQueue::compare> <SPL
Last updated: Fri, 14 Nov 2008

view this page in

The SplPriorityQueue class

Introduction

The SplPriorityQueue class provides the main functionalities of an prioritized queue, implemented using a heap.

Synopsis de la classe

SplPriorityQueue
SplPriorityQueue implements Iterator , Countable {
/* Methods */
void SplPriorityQueue::compare ( mixed $priority1 , mixed $priority1 )
void SplPriorityQueue::insert ( mixed $value , mixed $priority )
mixed SplPriorityQueue::key ( void )
void SplPriorityQueue::next ( void )
mixed SplPriorityQueue::top ( void )
}

Sommaire



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

SplPriorityQueue::compare> <SPL
Last updated: Fri, 14 Nov 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites