Documentation

AppendIterator extends AppendIterator
in package

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

Table of Contents

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

Methods

append()

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

public append(Iterator $iterator) : mixed
Parameters
$iterator : Iterator

Iterator to append

Return values
mixed

Search results