|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
| accept () | |
| __construct (Iterator $iterator) | |
| rewind () | |
| next () | |
Public Member Functions inherited from IteratorIterator | |
| __construct (Traversable $iterator, ?string $class=null) | |
| getInnerIterator () | |
| valid () | |
| key () | |
| current () | |
Definition at line 148 of file spl_iterators.stub.php.
| FilterIterator::__construct | ( | Iterator | $iterator | ) |
Definition at line 153 of file spl_iterators.stub.php.
|
abstract |
@tentative-return-type
Reimplemented in CallbackFilterIterator, ParentIterator, RecursiveRegexIterator, and RegexIterator.
| FilterIterator::next | ( | ) |
@tentative-return-type
Reimplemented from IteratorIterator.
Definition at line 159 of file spl_iterators.stub.php.
| FilterIterator::rewind | ( | ) |
@tentative-return-type
Reimplemented from IteratorIterator.
Definition at line 156 of file spl_iterators.stub.php.