GoLang OCI-Collection::append

request it (310)
GoLang replacement for PHP's OCI-Collection::append [edit | history]



Do you know a GoLang replacement for PHP's OCI-Collection::append? Write it!

PHP OCI-Collection::append

PHP original manual for OCI-Collection::append [ show | php.net ]

OCI-Collection::append

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0)

OCI-Collection::appendAppends element to the collection

Description

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.

Return Values

Returns TRUE on success or FALSE on failure.