CachingIterator
PHP Manual

CachingIterator::offsetSet

(PHP 5 >= 5.2.0, PHP 7)

CachingIterator::offsetSetThe offsetSet purpose

Descrição

public void CachingIterator::offsetSet ( string $index , string $newval )
Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Parâmetros

index

The index of the element to be set.

newval

The new value for the index.

Valor Retornado

Não há valor retornado.


CachingIterator
PHP Manual