__construct()
__get()
__isset()
__set()
__unset()
append()
asort()
count()
exchangeArray()
getArrayCopy()
getFlags()
getIterator()
getIteratorClass()
ksort()
natcasesort()
natsort()
offsetExists()
offsetGet()
offsetSet()
offsetUnset()
serialize()
setFlags()
setIteratorClass()
uasort()
uksort()
unserialize()
$flag
$iteratorClass
$protectedProperties
$storage
ARRAY_AS_PROPS
STD_PROP_LIST
Custom framework ArrayObject implementation
Extends version-specific "abstract" implementation.
__construct(array $input, int $flags, string $iteratorClass)
array
int
string
__get(mixed $key) : mixed
mixed
mixed
__isset(mixed $key) : bool
mixed
bool
__set(mixed $key, mixed $value) : void
mixed
mixed
__unset(mixed $key) : void
mixed
append(mixed $value) : void
mixed
asort() : void
count() : int
int
getArrayCopy() : array
array
getFlags() : int
int
getIterator() : \Iterator
\Iterator
getIteratorClass() : string
string
ksort() : void
natcasesort() : void
natsort() : void
offsetExists(mixed $key) : bool
mixed
bool
offsetGet(mixed $key) : mixed
mixed
mixed
offsetSet(mixed $key, mixed $value) : void
mixed
mixed
offsetUnset(mixed $key) : void
mixed
serialize() : string
string
setFlags(int $flags) : void
int
setIteratorClass(string $class) : void
string
uasort(\Zend\Stdlib\callable $function) : void
\Zend\Stdlib\callable
uksort(\Zend\Stdlib\callable $function) : void
\Zend\Stdlib\callable
unserialize(string $data) : void
string
$flag : int
$iteratorClass : string
$protectedProperties : array
$storage : array
ARRAY_AS_PROPS
STD_PROP_LIST