SplHeap::extract

(PHP 5 >= 5.3.0, PHP 7, PHP 8)

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

說(shuō)明

public SplHeap::extract(): mixed

參數(shù)

此函數(shù)沒(méi)有參數(shù)。

返回值

The value of the extracted node.

錯(cuò)誤/異常

Throws RuntimeException when the data-structure is empty.