parent root
PHP: oci_lob_is_equal - Manual
PHP 7.2.23 Release Announcement

oci_lob_is_equal

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

oci_lob_is_equalCompares two LOB/FILE locators for equality

Description

oci_lob_is_equal ( OCI-Lob $lob1 , OCI-Lob $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.

add a noteadd a note

User Contributed Notes

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