ArrayAccess
PHP Manual

ArrayAccess::offsetGet

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

ArrayAccess::offsetGetOffset to retrieve

Beschreibung

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

Returns the value at specified offset.

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

Parameter-Liste

offset

The offset to retrieve.

Rückgabewerte

Can return all value types.

Siehe auch


ArrayAccess
PHP Manual