php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
__construct (RecursiveIterator $iterator) | |
accept () | |
![]() | |
hasChildren () | |
getChildren () | |
![]() | |
__construct (Iterator $iterator) | |
rewind () | |
next () | |
![]() | |
__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.