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