If $index is null, $newval is naturally pushed onto the end of the array as ArrayObject::append
ArrayObject::offsetSet
(PHP 5)
ArrayObject::offsetSet — 指定した $index に $newval をセットする
説明
警告
この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。
指定したインデックスに新しい値を設定します。
パラメータ
- index
-
設定したいインデックス。
- newval
-
index の新しい値。
返り値
値を返しません。
ArrayObject::offsetSet
n dot lenepveu at gmail dot com
30-Sep-2008 09:20
30-Sep-2008 09:20
