OCI-COLLECTION.ASSIGNELEM(3) OCI-COLLECTION.ASSIGNELEM(3)
OCI-Collection::assignElem - Assigns a value to the element of the collection
SYNOPSIS
bool OCI-Collection::assignElem (int $index, mixed $value)
DESCRIPTION
Assigns a value to the element with index $index.
PARAMETERS
o $index
- The element index. First index is 0.
o $value
- Can be a string or a number.
RETURN VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
"OCI-Collection::getElem".
PHP Documentation Group OCI-COLLECTION.ASSIGNELEM(3)