Home > PHP > Function > OCI8 > OCI-Lob->append()

OCI-Lob->append()

OCI-Lob->append - Appends data from the large object to another large object

Syntax

bool OCI-Lob->append ( $lob_from)

Arguments

  • lob_from - The copied LOB.

Description

Appends data from the large object to the end of another large object.

Version

PHP 5, PECL OCI8 >= 1.1.0

Return value

Returns TRUE on success or FALSE on failure.