|
SplHeap::extractExtracts a node from top of the heap and sift up. Description
public mixed SplHeap::extract
( void
)
ParametersThis function has no parameters. Return ValuesThe value of the extracted node. Errors/ExceptionsThrows RuntimeException when the data-structure is empty. |