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