Set value for an offset

ArrayIterator::offsetSet

(PHP 5, PHP 7, PHP 8)

ArrayIterator::offsetSetSet value for an offset

說明

public ArrayIterator::offsetSet(mixed $key, mixed $value): void

Sets a value for a given offset.

警告

本函式還未編寫文件,僅有參數列表。

參數

key

The index to set for.

value

The new value to store at the index.

返回值

沒有返回值。

參見

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *