PHP.nl

oci_lob_is_equal

oci_lob_is_equal

Compares two LOB/FILE locators for equality

bool **oci_lob_is_equal** OCILob $lob1 OCILob $lob2

Compares two LOB/FILE locators.

lob1A LOB identifier.

lob2A LOB identifier.

Returns true if these objects are equal, false otherwise.

Opmerking: > The OCILob class was called OCI-Lob prior to PHP 8 and PECL OCI8 3.0.0.