CakeFest 2024: The Official CakePHP Conference

ArrayIterator::__construct

(PHP 5, PHP 7, PHP 8)

ArrayIterator::__constructArrayIterator を作成する

説明

public ArrayIterator::__construct(array|object $array = [], int $flags = 0)

ArrayIterator オブジェクトを作成します。

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

array

反復処理をする配列あるいはオブジェクト。

flags

ArrayIterator オブジェクトの振る舞いを制御するフラグ。 ArrayIterator::setFlags() を参照ください。

参考

add a note

User Contributed Notes

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