ArrayIterator::setFlags

(PHP 5 >= 5.1.0)

ArrayIterator::setFlagsSet behaviour flags

Beskrivelse

public void ArrayIterator::setFlags ( string $flags )

Sets behaviour flags.

Advarsel

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

Parametre

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.

Returnerings Værdier

No value is returned.

Se også

add a note add a note

User Contributed Notes

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