reference/oci8/functions/oci-new-cursor.xml
5e41012cfdf8f2eff5fa56de446c7656afac536c
...
...
@@ -9,7 +9,7 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>resource</type><methodname>oci_new_cursor</methodname>
12
+
<type class="union"><type>resource</type><type>false</type></type><methodname>oci_new_cursor</methodname>
13
13
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
...
...
@@ -82,21 +82,7 @@ oci_close($conn);
82
82
</example>
83
83
</para>
84
84
</refsect1>
85
-
86
-
<refsect1 role="notes">
87
-
&reftitle.notes;
88
-
<note>
89
-
<para>
90
-
In PHP versions before 5.0.0 you must use <function>ocinewcursor</function> instead.
91
-
This name still can be used, it was left as alias of
92
-
<function>oci_new_cursor</function> for downwards compatability.
93
-
This, however, is deprecated and not recommended.
94
-
</para>
95
-
</note>
96
-
</refsect1>
97
-

98
85
</refentry>
99
-

100
86
<!-- Keep this comment at the end of the file
101
87
Local variables:
102
88
mode: sgml
103
89