CachingIterator::offsetSet
PHP function
Edit on GitHub ✎
(PHP 5 >= 5.2.0, PHP 7, PHP 8)
The offsetSet purpose
Description
CachingIterator::offsetSet(string $key, mixed $value): void
Func
Parameters
keyThe index of the element to be set.
valueThe new value for the
key.
Return Values
Void