|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
| __construct (Traversable $iterator, int $mode=RecursiveIteratorIterator::LEAVES_ONLY, int $flags=0) | |
| rewind () | |
| valid () | |
| key () | |
| current () | |
| next () | |
| getDepth () | |
| getSubIterator (?int $level=null) | |
| getInnerIterator () | |
| beginIteration () | |
| endIteration () | |
| callHasChildren () | |
| callGetChildren () | |
| beginChildren () | |
| endChildren () | |
| nextElement () | |
| setMaxDepth (int $maxDepth=-1) | |
| getMaxDepth () | |
Data Fields | |
| const int | LEAVES_ONLY = UNKNOWN |
| const int | SELF_FIRST = UNKNOWN |
| const int | CHILD_FIRST = UNKNOWN |
| const int | CATCH_GET_CHILD = UNKNOWN |
Definition at line 54 of file spl_iterators.stub.php.
| RecursiveIteratorIterator::__construct | ( | Traversable | $iterator, |
| int | $mode = RecursiveIteratorIterator::LEAVES_ONLY, | ||
| int | $flags = 0 ) |
Definition at line 65 of file spl_iterators.stub.php.
| RecursiveIteratorIterator::beginChildren | ( | ) |
@tentative-return-type
Definition at line 104 of file spl_iterators.stub.php.
| RecursiveIteratorIterator::beginIteration | ( | ) |
@tentative-return-type
Definition at line 92 of file spl_iterators.stub.php.
| RecursiveIteratorIterator::callGetChildren | ( | ) |
@tentative-return-type
Definition at line 101 of file spl_iterators.stub.php.
| RecursiveIteratorIterator::callHasChildren | ( | ) |
@tentative-return-type
Definition at line 98 of file spl_iterators.stub.php.
| RecursiveIteratorIterator::current | ( | ) |
@tentative-return-type
Implements Iterator.
Reimplemented in RecursiveTreeIterator.
Definition at line 77 of file spl_iterators.stub.php.
| RecursiveIteratorIterator::endChildren | ( | ) |
@tentative-return-type
Definition at line 107 of file spl_iterators.stub.php.
| RecursiveIteratorIterator::endIteration | ( | ) |
@tentative-return-type
Definition at line 95 of file spl_iterators.stub.php.
| RecursiveIteratorIterator::getDepth | ( | ) |
@tentative-return-type
Definition at line 83 of file spl_iterators.stub.php.
| RecursiveIteratorIterator::getInnerIterator | ( | ) |
@tentative-return-type
Implements OuterIterator.
Definition at line 89 of file spl_iterators.stub.php.
| RecursiveIteratorIterator::getMaxDepth | ( | ) |
@tentative-return-type
Definition at line 116 of file spl_iterators.stub.php.
| RecursiveIteratorIterator::getSubIterator | ( | ?int | $level = null | ) |
@tentative-return-type
Definition at line 86 of file spl_iterators.stub.php.
| RecursiveIteratorIterator::key | ( | ) |
@tentative-return-type
Implements Iterator.
Reimplemented in RecursiveTreeIterator.
Definition at line 74 of file spl_iterators.stub.php.
| RecursiveIteratorIterator::next | ( | ) |
| RecursiveIteratorIterator::nextElement | ( | ) |
@tentative-return-type
Definition at line 110 of file spl_iterators.stub.php.
| RecursiveIteratorIterator::rewind | ( | ) |
| RecursiveIteratorIterator::setMaxDepth | ( | int | $maxDepth = -1 | ) |
@tentative-return-type
Definition at line 113 of file spl_iterators.stub.php.
| RecursiveIteratorIterator::valid | ( | ) |
| const int RecursiveIteratorIterator::CATCH_GET_CHILD = UNKNOWN |
@cvalue RIT_CATCH_GET_CHILD
Definition at line 63 of file spl_iterators.stub.php.
| const int RecursiveIteratorIterator::CHILD_FIRST = UNKNOWN |
@cvalue RIT_CHILD_FIRST
Definition at line 61 of file spl_iterators.stub.php.
| const int RecursiveIteratorIterator::LEAVES_ONLY = UNKNOWN |
@cvalue RIT_LEAVES_ONLY
Definition at line 57 of file spl_iterators.stub.php.
| const int RecursiveIteratorIterator::SELF_FIRST = UNKNOWN |
@cvalue RIT_SELF_FIRST
Definition at line 59 of file spl_iterators.stub.php.