The SplMinHeap class
(PHP 5 >= 5.3.0, PHP 7)
简介
The SplMinHeap class provides the main functionalities of a heap, keeping the minimum on the top.
类摘要
/* 方法 */
/* 继承的方法 */
}
Table of Contents
- SplMinHeap::compare — Compare elements in order to place them correctly in the heap while sifting up