SEO Services
Website Programming in PHP / MYSQL
The SplMinHeap class
Introduction
The SplMinHeap class provides the main functionalities of a heap, keeping the minimum on the top.
Class synopsis
SplMinHeap
class SplMinHeap
extends
SplHeap
implements
Iterator
,
Countable
{
/* Methods */
/* Inherited methods */
}Table of Contents
- SplMinHeap::compare — Compare elements in order to place them correctly in the heap while sifting up.