Freelance PHP programmer India | Freelance web developer india | Web development India | web developer CV india | Compiling PHP and Apache 2 from source on Linux
SPL
PHP Manual

The ArrayObject class

Introduction

...

Class synopsis

ArrayObject
ArrayObject implements IteratorAggregate , Traversable , ArrayAccess , Countable {
/* Methods */
__construct ( mixed $input )
void append ( mixed $newval )
int count ( void )
ArrayIterator getIterator ( void )
bool offsetExists ( mixed $index )
mixed offsetGet ( mixed $index )
void offsetSet ( mixed $index , mixed $newval )
void offsetUnset ( mixed $index )
}

Table of Contents


SPL
PHP Manual