PHP - Manual: oci_lob_is_equal
2024-11-14
(PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0)
oci_lob_is_equal — Compares two LOB/FILE locators for equality
lob1
A LOB identifier.
lob2
A LOB identifier.
Returns true
if these objects are equal, false
otherwise.
注意:
The OCILob class was called OCI-Lob prior to PHP 8 and PECL OCI8 3.0.0.
官方地址:https://www.php.net/manual/en/function.oci-lob-is-equal.php