php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容

源代码在线查看: class.splmaxheap.html

软件大小: 3633 K
上传用户: fengkuangyidao
关键词: php PHP 文档 实际应用
下载地址: 免注册下载 普通下载 VIP

相关代码

												 				  The SplMaxHeap class				  				 				 				 SplHeap::valid				 SplMaxHeap::compare				 SPL				 PHP Manual								 The SplMaxHeap class				 				 				 				 								  				   Introduction				   				    The SplMaxHeap class provides the main functionalities of a heap, keeping the maximum on the top.				   				  								 				  				   Class synopsis				 								   				    SplMaxHeap				 												    				     				      SplMaxHeap				     								     				      extends				      SplHeap				     								     implements 				      Iterator				     								     , 				      Countable				     				 				     {								 				    				 				    /* Methods */				    				   void SplMaxHeap::compare				    ( mixed $value1				   , mixed $value2				   )												    /* Inherited methods */				    				   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::recoverFromCorruption				    ( void				   )								   void SplHeap::rewind				    ( void				   )								   mixed SplHeap::top				    ( void				   )								   bool SplHeap::valid				    ( void				   )								   }				 				  																 				 				 				 																												Table of ContentsSplMaxHeap::compare 鈥			

相关资源