php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
InfiniteIterator Class Reference
Inheritance diagram for InfiniteIterator:
IteratorIterator OuterIterator Iterator Traversable

Public Member Functions

 __construct (Iterator $iterator)
 
 next ()
 
- Public Member Functions inherited from IteratorIterator
 __construct (Traversable $iterator, ?string $class=null)
 
 getInnerIterator ()
 
 rewind ()
 
 valid ()
 
 key ()
 
 current ()
 

Detailed Description

Definition at line 335 of file spl_iterators.stub.php.

Constructor & Destructor Documentation

◆ __construct()

InfiniteIterator::__construct ( Iterator $iterator)

Definition at line 337 of file spl_iterators.stub.php.

Member Function Documentation

◆ next()

InfiniteIterator::next ( )

@tentative-return-type

Reimplemented from IteratorIterator.

Definition at line 340 of file spl_iterators.stub.php.


The documentation for this class was generated from the following file: