Search code examples
phpflagsarrayobject

What reason of using ArrayObject::STD_PROP_LIST


I don't find any example of using ArrayObject with ArrayObject::STD_PROP_LIST flag. http://www.php.net/manual/en/arrayobject.setflags.php Can you give me any example of using ArrayObject with this flag?


Solution

  • There's an example on this page in the ArrayObject documentation.