Freelance PHP programmer India | Freelance web developer india | Web development India | web developer CV india | Compiling PHP and Apache 2 from source on Linux
ArrayAccess
PHP Manual

ArrayAccess::offsetGet

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

ArrayAccess::offsetGetOffset to retrieve

Description

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

Returns the value at specified offset.

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

Parameters

offset

The offset to retrieve.

Return Values

Can return all value types.

See Also


ArrayAccess
PHP Manual