ArrayAccess
PHP Manual

ArrayAccess::offsetGet

(No version information available, might be only in CVS)

ArrayAccess::offsetGetOffset to retrieve

Описание

abstract public mixed ArrayAccess::offsetGet ( string $offset )

Returns the value at specified offset.

This method is executed when checking if offset is empty().

Список параметров

offset

The offset to retrieve.

Возвращаемые значения

Can return all value types.

Смотрите также


ArrayAccess
PHP Manual