IteratorIterator::__construct
(PHP 5 >= 5.1.0, PHP 7, PHP 8)
IteratorIterator::__construct — Create an iterator from anything that is traversable
说明
Creates an iterator from anything that is traversable.
参数
iterator-
The traversable iterator.
class-
The class name to use for the inner iterator. It allows to specify a different iterator class to wrap the provided iterator. By default, it will use the
IteratorIteratorclass itself.
+添加备注
用户贡献的备注
此页面尚无用户贡献的备注。
备份地址:http://www.lvesu.com/blog/php/iteratoriterator.construct.php