Open Journal Systems
3.3.0
|
Public Member Functions | |
append (\Iterator $iterator) | |
AppendIterator that is not affected by https://bugs.php.net/bug.php?id=49104
Definition at line 8 of file AppendIterator.php.
Guzzle\Iterator\AppendIterator::append | ( | \Iterator | $iterator | ) |
Works around the bug in which PHP calls rewind() and next() when appending
\Iterator | $iterator | Iterator to append |
Definition at line 15 of file AppendIterator.php.