ArrayIterator::setFlags
(PHP 5 >= 5.1.0)
ArrayIterator::setFlags — Set behaviour flags
説明
public void ArrayIterator::setFlags
( string $flags
)
Sets behaviour flags.
警告
この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。
パラメータ
- flags
-
A bitmask as follows:
- 0 = Properties of the object have their normal functionality when accessed as list (var_dump, foreach, etc.).
- 1 = Array indices can be accessed as properties in read/write.
返り値
値を返しません。
ArrayIterator::setFlags
There are no user contributed notes for this page.
