IteratorIterator
PHP Manual

IteratorIterator::__construct

(PHP 5 >= 5.1.0)

IteratorIterator::__constructCreate an iterator from anything that is traversable

Описание

IteratorIterator::__construct ( Traversable $iterator )

Creates an iterator from anything that is traversable.

Параметри

iterator

The traversable iterator.

Връщани стойности

Няма връщана стойност.

Вж. също


IteratorIterator
PHP Manual