php8.5
Home/ Manual/ oci8 / functions/ oci_lob_is_equal

oci_lob_is_equal

PHP function Edit on GitHub ✎

(PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0)

Compares two LOB/FILE locators for equality

Description

oci_lob_is_equal(OCILob $lob1, OCILob $lob2): bool

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.

Notes

Note

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

Source: reference/oci8/functions/oci-lob-is-equal.xml · from the official PHP manual (php/doc-en)