didou           Tue Jun 10 13:18:06 2003 EDT

  Modified files:              
    /phpdoc/en/reference/mysqli/functions       mysqli-fetch-object.xml 
                                                mysqli-num-rows.xml 
                                                mysqli-use-result.xml 
                                                mysqli-warning-count.xml 
  Log:
  more documentation, typos, see also and proto fix
  
Index: phpdoc/en/reference/mysqli/functions/mysqli-fetch-object.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-fetch-object.xml:1.4 
phpdoc/en/reference/mysqli/functions/mysqli-fetch-object.xml:1.5
--- phpdoc/en/reference/mysqli/functions/mysqli-fetch-object.xml:1.4    Sun May 25 
15:09:28 2003
+++ phpdoc/en/reference/mysqli/functions/mysqli-fetch-object.xml        Tue Jun 10 
13:18:06 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
   <refentry id="function.mysqli-fetch-object">
    <refnamediv>
     <refname>mysqli_fetch_object</refname>
@@ -8,12 +8,12 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
-      <type>array</type><methodname>mysqli_fetch_object</methodname>
+      <type>object</type><methodname>mysqli_fetch_object</methodname>
       <methodparam><type>resource</type><parameter>result</parameter></methodparam>
      </methodsynopsis>
     <para>
      The <function>mysqli_fetch_object</function> will return the current row result 
set 
-     as an object where the attributes of the object rerpesent the names of the 
fields found
+     as an object where the attributes of the object represent the names of the 
fields found
      within the result set. If no more rows exist in the current result set, &false; 
is returned.
     </para>
    </refsect1>
Index: phpdoc/en/reference/mysqli/functions/mysqli-num-rows.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-num-rows.xml:1.2 
phpdoc/en/reference/mysqli/functions/mysqli-num-rows.xml:1.3
--- phpdoc/en/reference/mysqli/functions/mysqli-num-rows.xml:1.2        Sat May 24 
02:44:21 2003
+++ phpdoc/en/reference/mysqli/functions/mysqli-num-rows.xml    Tue Jun 10 13:18:06 
2003
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.mysqli-num-rows">
    <refnamediv>
     <refname>mysqli_num_rows</refname>
     <refpurpose>
-     Get the number of rows in a result
+     Gets the number of rows in a result
     </refpurpose>
    </refnamediv>
    <refsect1>
Index: phpdoc/en/reference/mysqli/functions/mysqli-use-result.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-use-result.xml:1.4 
phpdoc/en/reference/mysqli/functions/mysqli-use-result.xml:1.5
--- phpdoc/en/reference/mysqli/functions/mysqli-use-result.xml:1.4      Sun May 25 
15:09:28 2003
+++ phpdoc/en/reference/mysqli/functions/mysqli-use-result.xml  Tue Jun 10 13:18:06 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
   <refentry id="function.mysqli-use-result">
    <refnamediv>
     <refname>mysqli_use_result</refname>
@@ -29,6 +29,11 @@
       stored using <function>mysqli_store_result</function>
      </para>
     </note>
+    <para>
+     See also 
+     <function>mysqli_real_query</function> and
+     <function>mysqli_store_result</function>.
+    </para>
    </refsect1>
   </refentry>
 
Index: phpdoc/en/reference/mysqli/functions/mysqli-warning-count.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-warning-count.xml:1.2 
phpdoc/en/reference/mysqli/functions/mysqli-warning-count.xml:1.3
--- phpdoc/en/reference/mysqli/functions/mysqli-warning-count.xml:1.2   Sat May 24 
02:44:21 2003
+++ phpdoc/en/reference/mysqli/functions/mysqli-warning-count.xml       Tue Jun 10 
13:18:06 2003
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.mysqli-warning-count">
    <refnamediv>
     <refname>mysqli_warning_count</refname>
     <refpurpose>
-     Return the number of warnings from the last query for the given link
+     Returns the number of warnings from the last query for the given link
     </refpurpose>
    </refnamediv>
    <refsect1>
@@ -13,9 +13,11 @@
       <type>resource</type><methodname>mysqli_warning_count</methodname>
       <methodparam><type>resource</type><parameter>link</parameter></methodparam>
      </methodsynopsis>
-
-    &warn.undocumented.func;
-
+    <para>
+     <function>mysqli_warning_count</function> returns the number of warnings
+     from the last query in the connection represented by the
+     <parameter>link</parameter> parameter.
+    </para>
    </refsect1>
   </refentry>
 



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to