The ArrayObject class ArrayObject
&reftitle.intro; This class allows objects to work as arrays.
&reftitle.classsynopsis; ArrayObject ArrayObject IteratorAggregate ArrayAccess Serializable Countable &Constants; const integer STD_PROP_LIST 1 const integer ARRAY_AS_PROPS 2 &Methods;
&reftitle.constants;
ArrayObject Flags ArrayObject::STD_PROP_LIST Properties of the object have their normal functionality when accessed as list (var_dump, foreach, etc.). ArrayObject::ARRAY_AS_PROPS Entries can be accessed as properties (read and write).
&reftitle.changelog; &Version; &Description; 5.3.0 Implements Serializable.
&reference.spl.entities.arrayobject;