CachingIterator::offsetSet
PHP Manual
PHP Manual»CachingIterator»CachingIterator::offsetSet

CachingIterator::offsetSet

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

CachingIterator::offsetSetThe offsetSet purpose

Descrizione

public function CachingIterator::offsetSet(string $key, mixed $value): void
Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Elenco dei parametri

key

The index of the element to be set.

value

The new value for the key.

Valori restituiti

Nessun valore viene restituito.

To Top