vrana Sat Jan 21 05:04:43 2006 UTC
Modified files:
/phpdoc/en/reference/mysqli/functions mysqli-num-rows.xml
Log:
Procedural style uses mysqli_result too
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/mysqli/functions/mysqli-num-rows.xml?r1=1.9&r2=1.10&diff_format=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-num-rows.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-num-rows.xml:1.9
phpdoc/en/reference/mysqli/functions/mysqli-num-rows.xml:1.10
--- phpdoc/en/reference/mysqli/functions/mysqli-num-rows.xml:1.9 Thu Dec
29 11:00:43 2005
+++ phpdoc/en/reference/mysqli/functions/mysqli-num-rows.xml Sat Jan 21
05:04:43 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<refentry id="function.mysqli-num-rows">
<refnamediv>
<refname>mysqli_num_rows</refname>
@@ -12,7 +12,7 @@
<para>Procedural style:</para>
<methodsynopsis>
<type>int</type><methodname>mysqli_num_rows</methodname>
-
<methodparam><type>mysqli</type><parameter>result</parameter></methodparam>
+
<methodparam><type>mysqli_result</type><parameter>result</parameter></methodparam>
</methodsynopsis>
<para>Object oriented style (property):</para>
<classsynopsis>