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

search for in the

SplHeap::compare> <SplQueue::setIteratorMode
Last updated: Fri, 01 Aug 2008

view this page in

The SplHeap class

Introducere

The SplHeap class provides the main functionalities of an Heap.

Sinopsisul clasei

SplHeap
abstract class SplHeap implements Iterator , Countable {
/* Methods */
__construct ( void )
abstractint compare ( mixed $value1 , mixed $value2 )
int count ( void )
mixed current ( void )
mixed extract ( void )
void insert ( mixed $value )
bool isEmpty ( void )
mixed key ( void )
void next ( void )
void recoverFromCorruption ( void )
void rewind ( void )
mixed top ( void )
bool valid ( void )
}

Cuprins



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

SplHeap::compare> <SplQueue::setIteratorMode
Last updated: Fri, 01 Aug 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites