oci_lob_is_equal
PHP Manual
PHP Manual»OCI8 Funzioni»oci_lob_is_equal

oci_lob_is_equal

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

oci_lob_is_equalCompares two LOB/FILE locators for equality

Descrizione

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

Compares two LOB/FILE locators.

Elenco dei parametri

lob1

A LOB identifier.

lob2

A LOB identifier.

Valori restituiti

Returns true if these objects are equal, false otherwise.

Note

Nota:

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

To Top