The AppendIterator class

(PHP 5 >= 5.1.0, PHP 7, PHP 8)

Introduzione

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

Sommario della classe

class AppendIterator extends IteratorIterator {
/* Metodi */
public __construct()
public append(Iterator $iterator): void
public current(): mixed
public key(): scalar
public next(): void
public rewind(): void
public valid(): bool
/* Metodi ereditati */
}

Indice dei contenuti