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

search for in the

SplMinHeap::compare> <SplMaxHeap::compare
[edit] Last updated: Fri, 24 Jun 2011

view this page in

The SplMinHeap class

Introduction

کلاس SplMinHeap عملکرد اصلی heap به همراه مقدار حداقل در بالا فراهم می‌کند.

Class synopsis

SplMinHeap extends SplHeap implements Iterator , Countable {
/* Methods */
void compare ( mixed $value1 , mixed $value2 )
/* Inherited methods */
abstract int 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 )
}

Table of Contents

  • SplMinHeap::compare — مقایسه اجزا برای قرار گرفتن در heap هنگام مرتب‌سازی


add a note add a note User Contributed Notes SplMinHeap - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites