OCI-Collection->assignElem()
OCI-Collection->assignElem - Assigns a value to the element of the collectionSyntax
bool OCI-Collection->assignElem (int $index, mixed $value)Arguments
- index - The element index. First index is 1.
- value - Can be a string or a number.
