ArrayObject
PHP Manual

ArrayObject::offsetGet

(PHP 5 >= 5.1.0)

ArrayObject::offsetGetReturns the value at the specified $index

Opis

mixed ArrayObject::offsetGet ( mixed $index )
Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Parametry

index

The index with the value.

Zwracane wartości

The value at the specified $index.


ArrayObject
PHP Manual