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, 10 Oct 2008

view this page in

SplHeap クラス

導入

SplHeap クラスは、ヒープの主要な機能を提供します。

クラス概要

SplHeap
abstractSplHeap implements Iterator , Countable {
/* メソッド */
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 )
}

目次



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