CachingIterator::offsetSet

(PHP 5 >= 5.2.0, PHP 7, PHP 8)

CachingIterator::offsetSetThe offsetSet purpose

Açıklama

publicCachingIterator::offsetSet(string$key, mixed$value): void
Uyarı

Bu işlev hala belgelendirilmemiştir; sadece bağımsız değişken listesi mevcuttur.

Bağımsız Değişkenler

key

The index of the element to be set.

value

The new value for the key.

Dönen Değerler

Hiçbir değer dönmez.

To Top