php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
__construct (Iterator $iterator) | |
next () | |
![]() | |
__construct (Traversable $iterator, ?string $class=null) | |
getInnerIterator () | |
rewind () | |
valid () | |
key () | |
current () | |
Definition at line 335 of file spl_iterators.stub.php.
InfiniteIterator::__construct | ( | Iterator | $iterator | ) |
Definition at line 337 of file spl_iterators.stub.php.
InfiniteIterator::next | ( | ) |
@tentative-return-type
Reimplemented from IteratorIterator.
Definition at line 340 of file spl_iterators.stub.php.