OCI-Collection::append

Appends element to the collection

Beschreibung

bool OCI-Collection::append ( mixed $value )

Appends element to the end of the collection.

Parameter-Liste

value

The value to be added to the collection. Can be a string or a number.

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.