reference/oci8/functions/oci-num-rows.xml
5e41012cfdf8f2eff5fa56de446c7656afac536c
...
...
@@ -9,7 +9,7 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>int</type><methodname>oci_num_rows</methodname>
12
+
<type class="union"><type>int</type><type>false</type></type><methodname>oci_num_rows</methodname>
13
13
<methodparam><type>resource</type><parameter>statement</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
...
...
@@ -36,7 +36,7 @@
36
36
<refsect1 role="returnvalues">
37
37
&reftitle.returnvalues;
38
38
<para>
39
-
Returns the number of rows affected as an integer, or &false; on errors.
39
+
Returns the number of rows affected as an integer,&return.falseforfailure;
40
40
</para>
41
41
</refsect1>
42
42

...
...
@@ -88,18 +88,9 @@ oci_close($conn);
88
88
fetched to the buffer with <function>oci_fetch*</function> functions.
89
89
</para>
90
90
</note>
91
-
<note>
92
-
<para>
93
-
In PHP versions before 5.0.0 you must use <function>ocirowcount</function> instead.
94
-
This name still can be used, it was left as alias of
95
-
<function>oci_num_rows</function> for downwards compatability.
96
-
This, however, is deprecated and not recommended.
97
-
</para>
98
-
</note>
99
91
</refsect1>
100
92

101
93
</refentry>
102
-

103
94
<!-- Keep this comment at the end of the file
104
95
Local variables:
105
96
mode: sgml
106
97