append()
append(\Iterator $iterator)
Works around the bug in which PHP calls rewind() and next() when appending
Parameters
\Iterator | $iterator | Iterator to append |
AppendIterator that is not affected by https://bugs.php.net/bug.php?id=49104