The SplMaxHeap class
Introduction
The SplMaxHeap class provides the main functionalities of a heap, keeping the maximum on the top.
Class synopsis
/* Methods */
    
    /* Inherited methods */
    
   }Table of Contents
- SplMaxHeap::compare — Compare elements in order to place them correctly in the heap while sifting up.