reference/oci8/functions/oci-lob-is-equal.xml
ed6de1ae20ce16c0c7be0b3fef282b6065bebfac
...
...
@@ -10,8 +10,8 @@
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
12
<type>bool</type><methodname>oci_lob_is_equal</methodname>
13
-
<methodparam><type>OCI-Lob</type><parameter>lob1</parameter></methodparam>
14
-
<methodparam><type>OCI-Lob</type><parameter>lob2</parameter></methodparam>
13
+
<methodparam><type>OCILob</type><parameter>lob1</parameter></methodparam>
14
+
<methodparam><type>OCILob</type><parameter>lob2</parameter></methodparam>
15
15
</methodsynopsis>
16
16
<para>
17
17
Compares two LOB/FILE locators.
...
...
@@ -48,8 +48,17 @@
48
48
Returns &true; if these objects are equal, &false; otherwise.
49
49
</para>
50
50
</refsect1>
51
-
</refentry>
52
51

52
+
<refsect1 role="notes">
53
+
&reftitle.notes;
54
+
<note>
55
+
<para>
56
+
The OCILob class was called OCI-Lob prior to PHP 8 and PECL OCI8 3.0.0.
57
+
</para>
58
+
</note>
59
+
</refsect1>
60
+

61
+
</refentry>
53
62
<!-- Keep this comment at the end of the file
54
63
Local variables:
55
64
mode: sgml
...
...
@@ -70,4 +79,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
70
79
vim: et tw=78 syn=sgml
71
80
vi: ts=1 sw=1
72
81
-->
73
-

74
82