|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
| __construct (Iterator $iterator) | |
| rewind () | |
| valid () | |
| key () | |
| current () | |
| next () | |
Public Member Functions inherited from IteratorIterator | |
| __construct (Traversable $iterator, ?string $class=null) | |
| getInnerIterator () | |
Definition at line 289 of file spl_iterators.stub.php.
| NoRewindIterator::__construct | ( | Iterator | $iterator | ) |
Definition at line 291 of file spl_iterators.stub.php.
| NoRewindIterator::current | ( | ) |
@tentative-return-type
Reimplemented from IteratorIterator.
Definition at line 303 of file spl_iterators.stub.php.
| NoRewindIterator::key | ( | ) |
@tentative-return-type
Reimplemented from IteratorIterator.
Definition at line 300 of file spl_iterators.stub.php.
| NoRewindIterator::next | ( | ) |
@tentative-return-type
Reimplemented from IteratorIterator.
Definition at line 306 of file spl_iterators.stub.php.
| NoRewindIterator::rewind | ( | ) |
@tentative-return-type
Reimplemented from IteratorIterator.
Definition at line 294 of file spl_iterators.stub.php.
| NoRewindIterator::valid | ( | ) |
@tentative-return-type
Reimplemented from IteratorIterator.
Definition at line 297 of file spl_iterators.stub.php.