(PHP 5, PHP 7, PECL OCI8 >= 1.1.0)
Appends element to the collection
bool OCI-Collection::append ( mixed $value )
Appends element to the end of the collection.
Parameters:
value
The value to be added to the collection. Can be a string or a number.
Returns:
Returns TRUE
on success or FALSE
on failure.
See also:
OCI-Collection::assign - Collection::assign
Please login to continue.