|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
| __construct (RecursiveIterator $iterator) | |
| hasChildren () | |
| getChildren () | |
Public Member Functions inherited from FilterIterator | |
| accept () | |
| __construct (Iterator $iterator) | |
| rewind () | |
| next () | |
Public Member Functions inherited from IteratorIterator | |
| __construct (Traversable $iterator, ?string $class=null) | |
| getInnerIterator () | |
| valid () | |
| key () | |
| current () | |
Definition at line 162 of file spl_iterators.stub.php.
| RecursiveFilterIterator::__construct | ( | RecursiveIterator | $iterator | ) |
Reimplemented in ParentIterator.
Definition at line 164 of file spl_iterators.stub.php.
| RecursiveFilterIterator::getChildren | ( | ) |
@tentative-return-type
Implements RecursiveIterator.
Definition at line 170 of file spl_iterators.stub.php.
| RecursiveFilterIterator::hasChildren | ( | ) |
@tentative-return-type
Implements RecursiveIterator.
Definition at line 167 of file spl_iterators.stub.php.