SplHeap::next
PHP function
Edit on GitHub ✎
(PHP 5 >= 5.3.0, PHP 7, PHP 8)
Move to the next node
Description
SplHeap::next(): void
Move to the next node. This will delete the top node of the heap.
Parameters Parameters
Return Values
Void