SplHeap
PHP Manual

SplHeap::next

(PHP 5 >= 5.3.0, PHP 7)

SplHeap::nextMove to the next node

Beschreibung

public void SplHeap::next ( void )

Move to the next node. This will delete the top node of the heap.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

Es wird kein Wert zurückgegeben.


SplHeap
PHP Manual