IteratorIterator::__construct

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

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

説明

public IteratorIterator::__construct(Traversable $iterator)

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

パラメータ

iterator

traversable なイテレータ。

返り値

値を返しません。

参考

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top