(PHP 5 >= 5.3.0, PHP 7)
Inserts an element in the heap by sifting it up.
public void SplHeap::insert ( mixed $value )
Insert value
in the heap.
Parameters:
value
The value to insert.
Returns:
No value is returned.
Please login to continue.