SPL
PHP Manual

La ArrayObject

Introduction

...

Synopsis de la classe

ArrayObject
class ArrayObject implements IteratorAggregate , Traversable , ArrayAccess , Countable {
/* Méthodes */
__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 )
}

Sommaire


SPL
PHP Manual