IteratorIterator::__construct

(PHP 5 >= 5.1.0, PHP 7)

IteratorIterator::__constructtraversable な何かからイテレータを作成する

説明

public IteratorIterator::__construct ( Traversable $iterator )

traversable な何かからイテレータを作成します。

パラメータ

iterator

traversable なイテレータ。

返り値

値を返しません。

参考