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

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

NoRewindIterator::__construct ( Iterator $iterator)

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

Member Function Documentation

◆ current()

NoRewindIterator::current ( )

@tentative-return-type

Reimplemented from IteratorIterator.

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

◆ key()

NoRewindIterator::key ( )

@tentative-return-type

Reimplemented from IteratorIterator.

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

◆ next()

NoRewindIterator::next ( )

@tentative-return-type

Reimplemented from IteratorIterator.

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

◆ rewind()

NoRewindIterator::rewind ( )

@tentative-return-type

Reimplemented from IteratorIterator.

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

◆ valid()

NoRewindIterator::valid ( )

@tentative-return-type

Reimplemented from IteratorIterator.

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


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