ArrayAccess
PHP Manual

ArrayAccess::offsetSet

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

ArrayAccess::offsetSetOffset to set

説明

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

Assigns a value to the specified offset.

パラメータ

offset

The offset to assign the value to.

value

The value to set.

返り値

値を返しません。


ArrayAccess
PHP Manual