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::offsetSet

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

ArrayAccess::offsetSetOffset to set

Description

abstract public void ArrayAccess::offsetSet ( string $offset , string $value )

Assigns a value to the specified offset.

Parameters

offset

The offset to assign the value to.

value

The value to set.

Return Values

No value is returned.


ArrayAccess
PHP Manual