ArrayAccess
PHP Manual

ArrayAccess::offsetSet

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

ArrayAccess::offsetSetOffset to set

Beschreibung

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

Assigns a value to the specified offset.

Parameter-Liste

offset

The offset to assign the value to.

value

The value to set.

Rückgabewerte

Es wird kein Wert zurückgegeben.


ArrayAccess
PHP Manual