downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

ArrayIterator::uasort> <ArrayIterator::serialize
Last updated: Fri, 13 Nov 2009

view this page in

ArrayIterator::setFlags

(PHP 5 >= 5.1.0)

ArrayIterator::setFlagsSet behaviour flags

Descrição

public void ArrayIterator::setFlags ( string $flags )

Sets behaviour flags.

Aviso

Esta 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.

Veja Também



add a note add a note User Contributed Notes
ArrayIterator::setFlags
There are no user contributed notes for this page.

ArrayIterator::uasort> <ArrayIterator::serialize
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites