Man Page: oci-collection.assignelem
Operating Environment: php
Section: 3
OCI-COLLECTION.ASSIGNELEM(3) OCI-COLLECTION.ASSIGNELEM(3) OCI-Collection::assignElem - Assigns a value to the element of the collectionSYNOPSISbool OCI-Collection::assignElem (int $index, mixed $value)DESCRIPTIONAssigns a value to the element with index $index.PARAMETERSo $index - The element index. First index is 0. o $value - Can be a string or a number.RETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSO"OCI-Collection::getElem". PHP Documentation Group OCI-COLLECTION.ASSIGNELEM(3)