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

search for in the

ArrayIterator::uasort> <ArrayIterator::serialize
[edit] Last updated: Fri, 17 May 2013

view this page in

ArrayIterator::setFlags

(PHP 5 >= 5.1.0)

ArrayIterator::setFlagsSet behaviour flags

说明

public void ArrayIterator::setFlags ( string $flags )

Sets behaviour flags.

Warning

本函数还未编写文档,仅有参数列表。

参数

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 ArrayIterator::setFlags - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites