The AppendIterator class

(PHP 5 >= 5.1.0, PHP 7)

Introducere

An Iterator that iterates over several iterators one after the other.

Sinopsisul clasei

AppendIterator extends IteratorIterator implements OuterIterator {
/* Metode */
public __construct ( )
public append ( Iterator $iterator ) : void
public current ( ) : mixed
public getIteratorIndex ( ) : int
public key ( ) : scalar
public next ( ) : void
public rewind ( ) : void
public valid ( ) : bool
/* Metode moștenite */
public IteratorIterator::next ( ) : void
public IteratorIterator::rewind ( ) : void
public IteratorIterator::valid ( ) : bool
}

Cuprins