PHP - Manual: ArrayObject::offsetSet
2024-12-20
(PHP 5, PHP 7, PHP 8)
ArrayObject::offsetSet — 为指定索引设定新的值
$index
$newval
设置指定的索引为新的值
index
将要被设置的索引
newval
参数 index 所对应的新值。
没有返回值。
示例 #1 ArrayObject::offsetSet() 例子
官方地址:https://www.php.net/manual/en/arrayobject.offsetset.php