Documentation

AppendIterator extends AppendIterator
in package

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

Table of Contents

Methods

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


        
On this page

Search results