php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
extract () | |
insert (mixed $value) | |
top () | |
count () | |
isEmpty () | |
rewind () | |
current () | |
key () | |
next () | |
valid () | |
recoverFromCorruption () | |
isCorrupted () | |
__debugInfo () | |
Protected Member Functions | |
compare (mixed $value1, mixed $value2) | |
Definition at line 87 of file spl_heap.stub.php.
SplHeap::__debugInfo | ( | ) |
@tentative-return-type
Definition at line 129 of file spl_heap.stub.php.
|
abstractprotected |
@tentative-return-type
Reimplemented in SplMaxHeap, and SplMinHeap.
SplHeap::count | ( | ) |
SplHeap::current | ( | ) |
SplHeap::extract | ( | ) |
@tentative-return-type
Definition at line 90 of file spl_heap.stub.php.
SplHeap::insert | ( | mixed | $value | ) |
@tentative-return-type
Definition at line 93 of file spl_heap.stub.php.
SplHeap::isCorrupted | ( | ) |
@tentative-return-type
Definition at line 126 of file spl_heap.stub.php.
SplHeap::isEmpty | ( | ) |
@tentative-return-type
Definition at line 102 of file spl_heap.stub.php.
SplHeap::key | ( | ) |
SplHeap::next | ( | ) |
SplHeap::recoverFromCorruption | ( | ) |
@tentative-return-type
Definition at line 120 of file spl_heap.stub.php.
SplHeap::rewind | ( | ) |
SplHeap::top | ( | ) |
@tentative-return-type
Definition at line 96 of file spl_heap.stub.php.
SplHeap::valid | ( | ) |