ArrayIterator
PHP Manual

ArrayIterator::setFlags

(PHP 5 >= 5.1.0)

ArrayIterator::setFlagsSet behaviour flags

Descrizione

public void ArrayIterator::setFlags ( string $flags )

Sets behaviour flags.

Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Elenco dei parametri

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.

Valori restituiti

Nessun valore viene restituito.

Vedere anche:


ArrayIterator
PHP Manual