Home > PHP > Function > OCI8 > oci_lob_copy()

oci_lob_copy()

oci_lob_copy - Copies large object

Syntax

bool oci_lob_copy ( $lob_to, $lob_from, int $length)

Arguments

  • lob_to - The destination LOB.
  • lob_from - The copied LOB.
  • length - Indicates the length of data to be copied.

Description

Copies a large object or a part of a large object to another large object. Old LOB-recipient data will be overwritten.

Version

PHP 5, PECL OCI8 >= 1.1.0

Return value

Returns TRUE on success or FALSE on failure.