ArrayIterator::setFlags
(PHP 5 >= 5.1.0, PHP 7)
ArrayIterator::setFlags — Set behaviour flags
Descrição
public void ArrayIterator::setFlags
( string $flags
)
AvisoEsta função
não está documentada; somente a lista de argumentos está disponível.
Parâmetros
-
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.
Valor Retornado
Não há valor retornado.