OCI-Collection
PHP Manual

OCI-Collection::append

(PHP 5, PECL OCI8 >= 1.1.0)

OCI-Collection::appendAppends element to the collection

Descrizione

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

Appends element to the end of the collection.

Elenco dei parametri

value

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

Valori restituiti

Restituisce TRUE in caso di successo, FALSE in caso di fallimento.

Vedere anche:


OCI-Collection
PHP Manual