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

search for in the

SplMaxHeap::compare> <SplHeap::valid
Last updated: Fri, 14 Aug 2009

view this page in

La classe SplMaxHeap

Introduction

La classe SplMaxHeap fournit l'interface pour une pile, et conserve le maximum sur le haut.

Synopsis de la classe

SplMaxHeap
SplMaxHeap extends SplHeap implements Iterator , Countable {
/* Méthodes */
void compare ( mixed $value1 , mixed $value2 )
/* Méthodes héritées */
abstractint SplHeap::compare ( mixed $value1 , mixed $value2 )
int SplHeap::count ( void )
mixed SplHeap::current ( void )
mixed SplHeap::extract ( void )
void SplHeap::insert ( mixed $value )
bool SplHeap::isEmpty ( void )
mixed SplHeap::key ( void )
void SplHeap::next ( void )
void SplHeap::rewind ( void )
mixed SplHeap::top ( void )
bool SplHeap::valid ( void )
}

Sommaire



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

SplMaxHeap::compare> <SplHeap::valid
Last updated: Fri, 14 Aug 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites