(Available since version 1.0)
PriorityQueueHeap::__construct — Constructs a new heap
$callback_compare
This constructs a new, empty heap. A callback must be supplied to take the place of the PriorityQueueHeap::compare() method.
callback_compare
A callback to use for the PriorityQueueHeap::compare() method.
No value is returned.