IteratorIterator
PHP Manual

IteratorIterator::__construct

(PHP 5 >= 5.1.0)

IteratorIterator::__constructCreate an iterator from anything that is traversable

Descrizione

public IteratorIterator::__construct ( Traversable $iterator )

Creates an iterator from anything that is traversable.

Elenco dei parametri

iterator

The traversable iterator.

Valori restituiti

Nessun valore viene restituito.

Vedere anche:


IteratorIterator
PHP Manual