SplHeap
PHP Manual

SplHeap::extract

(PHP 5 >= 5.3.0)

SplHeap::extractExtracts a node from top of the heap and sift up.

Opis

mixed SplHeap::extract ( void )

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

The value of the extracted node.

Błędy/Wyjątki

Throws RuntimeException when the data-structure is empty.


SplHeap
PHP Manual