La classe AppendIterator

(PHP 5 >= 5.1.0, PHP 7)

Introduction

Un itérateur qui itère sur plusieurs itérateurs les uns après les autres.

Synopsis de la classe

AppendIterator extends IteratorIterator implements OuterIterator {
/* Méthodes */
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
/* Méthodes héritées */
public IteratorIterator::next ( ) : void
public IteratorIterator::rewind ( ) : void
public IteratorIterator::valid ( ) : bool
}

Sommaire