Properties
Methods
void add( mixed &$item, [mixed $key = null] )
If a key is specified, the item is able to be identified by this key. If no keys are specified, this method has the same behaviour as Append.
void clear( )
integer count( )
bollean del( mixed $index )
void fromArray( &$items, array $items )
mixed &get( mixed $index )
Traversable &getIterator( )
If this method is not overrided, it will return an instance of _iterator_class (if _iterator_class has been setted and is correct).
boolean hasKey( string $index )
void keys( )
void offsetExists( $offset )
void offsetGet( $offset )
void offsetSet( $offset, $value )
void offsetUnset( $offset )
void sort( $cmp_function )
array &toArray( )