(PHP 5, PHP 7, PHP 8)
ArrayIterator::__construct — Construct an ArrayIterator
$array = [], int $flags = 0)Constructs an ArrayIterator object.
本函數(shù)還未編寫文檔,僅有參數(shù)列表。
arrayThe array or object to be iterated on.
flagsFlags to control the behaviour of the ArrayIterator object. See ArrayIterator::setFlags().