Freelance PHP programmer India | Freelance web developer india | Web development India | web developer CV india | Compiling PHP and Apache 2 from source on Linux
OCI8 Functions
PHP Manual

oci_lob_is_equal

(PHP 5, PECL oci8 >= 1.1.0)

oci_lob_is_equalCompares two LOB/FILE locators for equality

Description

bool oci_lob_is_equal ( OCI-Lob $lob1 , OCI-Lob $lob2 )

Compares two LOB/FILE locators.

Parameters

lob1

A LOB identifier.

lob2

A LOB identifier.

Return Values

Returns TRUE if these objects are equal, FALSE otherwise.


OCI8 Functions
PHP Manual