OCI-Collection->append

(no version information, might be only in CVS)

OCI-Collection->append -- Appends element to the collection

説明

class OCI-Collection {

bool append ( mixed value )

}

Appends element to the end of the collection.

パラメータ

value

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

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

参考

OCI-Collection->assign