This class is a hand written simplified version of PHP native `ArrayObject` class, to show that it behaves differently than the PHP native implementation.
$array :
__construct(array $array = null)
offsetExists( $offset)
offsetGet( $offset)
offsetSet( $offset, $value)
offsetUnset( $offset)
count()
serialize()
unserialize( $serialized)
Loading…