ArrayIterator::offsetSet

(PHP 5 >= 5.0.0, PHP 7)
Set value for an offset
public void ArrayIterator::offsetSet ( string $index, string $newval )

Sets a value for a given offset.

Parameters:
index

The index to set for.

newval

The new value to store at the index.

Returns:

No value is returned.

This function is currently not documented; only its argument list is available.

See also:

ArrayIterator::offsetGet() -

ArrayIterator::offsetUnset() -

doc_php
2016-02-24 16:19:40
Comments
Leave a Comment

Please login to continue.