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

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

AppendIterator::__construct ( )

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

Member Function Documentation

◆ append()

AppendIterator::append ( Iterator $iterator)

@tentative-return-type

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

◆ current()

AppendIterator::current ( )

@tentative-return-type

Reimplemented from IteratorIterator.

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

◆ getArrayIterator()

AppendIterator::getArrayIterator ( )

@tentative-return-type

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

◆ getIteratorIndex()

AppendIterator::getIteratorIndex ( )

@tentative-return-type

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

◆ next()

AppendIterator::next ( )

@tentative-return-type

Reimplemented from IteratorIterator.

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

◆ rewind()

AppendIterator::rewind ( )

@tentative-return-type

Reimplemented from IteratorIterator.

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

◆ valid()

AppendIterator::valid ( )

@tentative-return-type

Reimplemented from IteratorIterator.

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


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