php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
__construct (RecursiveIterator $iterator, callable $callback) | |
hasChildren () | |
getChildren () | |
![]() | |
__construct (Iterator $iterator, callable $callback) | |
accept () | |
![]() | |
__construct (Iterator $iterator) | |
rewind () | |
next () | |
![]() | |
__construct (Traversable $iterator, ?string $class=null) | |
getInnerIterator () | |
valid () | |
key () | |
current () | |
Definition at line 31 of file spl_iterators.stub.php.
RecursiveCallbackFilterIterator::__construct | ( | RecursiveIterator | $iterator, |
callable | $callback ) |
Definition at line 33 of file spl_iterators.stub.php.
RecursiveCallbackFilterIterator::getChildren | ( | ) |
@tentative-return-type
Implements RecursiveIterator.
Definition at line 42 of file spl_iterators.stub.php.
RecursiveCallbackFilterIterator::hasChildren | ( | ) |
@tentative-return-type @implementation-alias RecursiveFilterIterator\hasChildren
Implements RecursiveIterator.
Definition at line 39 of file spl_iterators.stub.php.