Open Journal Systems  3.3.0
Guzzle\Iterator\AppendIterator Class Reference
Inheritance diagram for Guzzle\Iterator\AppendIterator:

Public Member Functions

 append (\Iterator $iterator)
 

Detailed Description

AppendIterator that is not affected by https://bugs.php.net/bug.php?id=49104

Definition at line 8 of file AppendIterator.php.

Member Function Documentation

◆ append()

Guzzle\Iterator\AppendIterator::append ( \Iterator  $iterator)

Works around the bug in which PHP calls rewind() and next() when appending

Parameters
\Iterator$iteratorIterator to append

Definition at line 15 of file AppendIterator.php.


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