ArrayIterator::setFlags

(PHP 5 >= 5.1.0)

ArrayIterator::setFlagsSet behaviour flags

Опис

public void ArrayIterator::setFlags ( string $flags )

Sets behaviour flags.

Увага

This function is currently not documented; only its argument list is available.

Параметри

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.

Значення, що повертаються

Не повертає значень.

Прогляньте Також

add a note add a note

User Contributed Notes

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