|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
| __construct (Iterator $iterator, callable $callback) | |
| accept () | |
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 23 of file spl_iterators.stub.php.
| CallbackFilterIterator::__construct | ( | Iterator | $iterator, |
| callable | $callback ) |
Definition at line 25 of file spl_iterators.stub.php.
| CallbackFilterIterator::accept | ( | ) |
@tentative-return-type
Reimplemented from FilterIterator.
Definition at line 28 of file spl_iterators.stub.php.