CakeFest 2024: The Official CakePHP Conference

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

Açıklama

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

Compares two LOB/FILE locators.

Bağımsız Değişkenler

lob1

A LOB identifier.

lob2

A LOB identifier.

Dönen Değerler

Returns true if these objects are equal, false otherwise.

Notlar

Bilginize:

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

add a note

User Contributed Notes

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