oci_lob_is_equal
(PHP 5, PHP 7, PECL OCI8 >= 1.1.0)
oci_lob_is_equal — Compares two LOB/FILE locators for equality
说明
oci_lob_is_equal
( OCI-Lob
$lob1
, OCI-Lob $lob2
) : boolCompares two LOB/FILE locators.
参数
-
lob1
-
A LOB identifier.
-
lob2
-
A LOB identifier.
返回值
Returns TRUE
if these objects are equal, FALSE
otherwise.