oci_lob_is_equal

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

oci_lob_is_equalCompare deux LOB/FILE Oracle

Description

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

Compare deux LOB/FILE Oracle.

Liste de paramètres

lob1

Un identifiant LOB.

lob2

Un identifiant LOB.

Valeurs de retour

Retourne true si ces objets sont égaux, false sinon.

Notes

Note:

La classe OCICollection était appelée OCI-Collection antérieur à PHP 8 et OCI8 3.0.0.

To Top