php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
compare (mixed $priority1, mixed $priority2) | |
insert (mixed $value, mixed $priority) | |
setExtractFlags (int $flags) | |
top () | |
extract () | |
count () | |
isEmpty () | |
rewind () | |
current () | |
key () | |
next () | |
valid () | |
recoverFromCorruption () | |
isCorrupted () | |
getExtractFlags () | |
__debugInfo () | |
Data Fields | |
const int | EXTR_BOTH = UNKNOWN |
const int | EXTR_PRIORITY = UNKNOWN |
const int | EXTR_DATA = UNKNOWN |
@generate-class-entries
Definition at line 5 of file spl_heap.stub.php.
SplPriorityQueue::__debugInfo | ( | ) |
@tentative-return-type
Definition at line 84 of file spl_heap.stub.php.
SplPriorityQueue::compare | ( | mixed | $priority1, |
mixed | $priority2 ) |
@tentative-return-type
Definition at line 15 of file spl_heap.stub.php.
SplPriorityQueue::count | ( | ) |
@tentative-return-type @implementation-alias SplHeap\count
Implements Countable.
Definition at line 33 of file spl_heap.stub.php.
SplPriorityQueue::current | ( | ) |
SplPriorityQueue::extract | ( | ) |
@tentative-return-type
Definition at line 27 of file spl_heap.stub.php.
SplPriorityQueue::getExtractFlags | ( | ) |
@tentative-return-type
Definition at line 81 of file spl_heap.stub.php.
SplPriorityQueue::insert | ( | mixed | $value, |
mixed | $priority ) |
@tentative-return-type
Definition at line 18 of file spl_heap.stub.php.
SplPriorityQueue::isCorrupted | ( | ) |
@tentative-return-type @implementation-alias SplHeap\isCorrupted
Definition at line 78 of file spl_heap.stub.php.
SplPriorityQueue::isEmpty | ( | ) |
@tentative-return-type @implementation-alias SplHeap\isEmpty
Definition at line 39 of file spl_heap.stub.php.
SplPriorityQueue::key | ( | ) |
@tentative-return-type @implementation-alias SplHeap\key
Implements Iterator.
Definition at line 54 of file spl_heap.stub.php.
SplPriorityQueue::next | ( | ) |
@tentative-return-type @implementation-alias SplHeap\next
Implements Iterator.
Definition at line 60 of file spl_heap.stub.php.
SplPriorityQueue::recoverFromCorruption | ( | ) |
@tentative-return-type @implementation-alias SplHeap\recoverFromCorruption
Definition at line 72 of file spl_heap.stub.php.
SplPriorityQueue::rewind | ( | ) |
@tentative-return-type @implementation-alias SplHeap\rewind
Implements Iterator.
Definition at line 45 of file spl_heap.stub.php.
SplPriorityQueue::setExtractFlags | ( | int | $flags | ) |
@tentative-return-type
Definition at line 21 of file spl_heap.stub.php.
SplPriorityQueue::top | ( | ) |
@tentative-return-type
Definition at line 24 of file spl_heap.stub.php.
SplPriorityQueue::valid | ( | ) |
@tentative-return-type @implementation-alias SplHeap\valid
Implements Iterator.
Definition at line 66 of file spl_heap.stub.php.
const int SplPriorityQueue::EXTR_BOTH = UNKNOWN |
@cvalue SPL_PQUEUE_EXTR_BOTH
Definition at line 8 of file spl_heap.stub.php.
const int SplPriorityQueue::EXTR_DATA = UNKNOWN |
@cvalue SPL_PQUEUE_EXTR_DATA
Definition at line 12 of file spl_heap.stub.php.
const int SplPriorityQueue::EXTR_PRIORITY = UNKNOWN |
@cvalue SPL_PQUEUE_EXTR_PRIORITY
Definition at line 10 of file spl_heap.stub.php.