ArrayObject
PHP Manual

ArrayObject::offsetGet

(PHP 5 >= 5.1.0)

ArrayObject::offsetGetReturns the value at the specified $index

Beschreibung

mixed ArrayObject::offsetGet ( mixed $index )
Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Parameter-Liste

index

The index with the value.

Rückgabewerte

The value at the specified $index.


ArrayObject
PHP Manual