PHP 8.3.4 Released!

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.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top