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