OCI-COLLECTION.ASSIGN(3) OCI-COLLECTION.ASSIGN(3)
OCI-Collection::assign - Assigns a value to the collection from another existing collection
SYNOPSIS
bool OCI-Collection::assign (OCI-Collection $from)
DESCRIPTION
Assigns a value to the collection from another, previously created collection. Both collections must be created with oci_new_collection(3)
prior to using them.
PARAMETERS
o $from
- An instance of OCI-Collection.
RETURN VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
"OCI-Collection::append".
PHP Documentation Group OCI-COLLECTION.ASSIGN(3)