IteratorIterator
PHP Manual

IteratorIterator::__construct

(PHP 5 >= 5.1.0)

IteratorIterator::__constructCreate an iterator from anything that is traversable

Descripción

IteratorIterator::__construct ( Traversable $iterator )

Creates an iterator from anything that is traversable.

Parámetros

iterator

The traversable iterator.

Valores devueltos

No se devuelve ningún valor.

Ver también


IteratorIterator
PHP Manual