baoengb         Wed May 12 13:02:31 2004 EDT

  Modified files:              
    /phpdoc/en/reference/mysqli/functions       mysqli-sqlstate.xml 
                                                mysqli-stat.xml 
                                                mysqli-store-result.xml 
                                                mysqli-thread-id.xml 
                                                mysqli-thread-safe.xml 
                                                mysqli-use-result.xml 
  Log:
  
  Minor typos.
  in mysqli_sqlstate document OO style description
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-sqlstate.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-sqlstate.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-sqlstate.xml:1.2 
phpdoc/en/reference/mysqli/functions/mysqli-sqlstate.xml:1.3
--- phpdoc/en/reference/mysqli/functions/mysqli-sqlstate.xml:1.2        Thu Feb 26 
13:32:30 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-sqlstate.xml    Wed May 12 13:02:31 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.mysqli-sqlstate">
    <refnamediv>
     <refname>mysqli_sqlstate</refname>
@@ -8,10 +8,16 @@
    </refnamediv>
    <refsect1>
     <title>Description</title>
+    <para>Procedural style:</para>
     <methodsynopsis>
      <type>string</type><methodname>mysqli_sqlstate</methodname>
      <methodparam><type>object</type><parameter>link</parameter></methodparam>
     </methodsynopsis>
+    <para>Object oriented style (property):</para>
+    <classsynopsis>
+     <ooclass><classname>mysqli</classname></ooclass>
+     <fieldsynopsis><type>string</type><varname>sqlstate</varname></fieldsynopsis>
+    </classsynopsis>
     <para>
      Returns a string containing the SQLSTATE error code for the last error. 
      The error code consists of five characters. <literal>'00000'</literal> means no 
error.
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-stat.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-stat.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-stat.xml:1.4 
phpdoc/en/reference/mysqli/functions/mysqli-stat.xml:1.5
--- phpdoc/en/reference/mysqli/functions/mysqli-stat.xml:1.4    Fri Feb 27 04:22:17 
2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-stat.xml        Wed May 12 13:02:31 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
   <refentry id="function.mysqli-stat">
    <refnamediv>
     <refname>mysqli_stat</refname>
@@ -18,7 +18,7 @@
      <ooclass><classname>mysqli</classname></ooclass>
      <methodsynopsis>
       <type>mixed</type><methodname>mysqli->stat</methodname>
-      <methodparam><type>void</type><parameter></parameter></methodparam>
+      <void />
      </methodsynopsis>
     </classsynopsis>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-store-result.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-store-result.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-store-result.xml:1.6 
phpdoc/en/reference/mysqli/functions/mysqli-store-result.xml:1.7
--- phpdoc/en/reference/mysqli/functions/mysqli-store-result.xml:1.6    Fri Feb 27 
04:22:17 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-store-result.xml        Wed May 12 
13:02:31 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
   <refentry id="function.mysqli-store-result">
    <refnamediv>
     <refname>mysqli_store_result</refname>
@@ -19,7 +19,7 @@
      <methodsynopsis>
       <type>object</type>
       <methodname>store_result</methodname>
-      <methodparam><type>void</type><parameter></parameter></methodparam>
+      <void />
      </methodsynopsis>
     </classsynopsis>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-thread-id.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-thread-id.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-thread-id.xml:1.5 
phpdoc/en/reference/mysqli/functions/mysqli-thread-id.xml:1.6
--- phpdoc/en/reference/mysqli/functions/mysqli-thread-id.xml:1.5       Fri Feb 27 
04:22:17 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-thread-id.xml   Wed May 12 13:02:31 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
   <refentry id="function.mysqli-thread-id">
    <refnamediv>
     <refname>mysqli_thread_id</refname>
@@ -32,7 +32,7 @@
       will be assigned.
      </para>
      <para>
-      To kill a running query you can use the SQL command <literal>KILL QUERY 
processid]</literal>.
+      To kill a running query you can use the SQL command <literal>KILL QUERY 
processid</literal>.
      </para>
     </note>
    </refsect1>
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-thread-safe.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-thread-safe.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-thread-safe.xml:1.3 
phpdoc/en/reference/mysqli/functions/mysqli-thread-safe.xml:1.4
--- phpdoc/en/reference/mysqli/functions/mysqli-thread-safe.xml:1.3     Wed Jan 28 
18:18:42 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-thread-safe.xml Wed May 12 13:02:31 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
   <refentry id="function.mysqli-thread-safe">
    <refnamediv>
     <refname>mysqli_thread_safe</refname>
@@ -10,7 +10,7 @@
     <para>Procedural style:</para>
     <methodsynopsis>
      <type>bool</type><methodname>mysqli_thread_safe</methodname>
-     <methodparam><type>void</type><parameter></parameter></methodparam>
+     <void />
     </methodsynopsis>
     <para>
      <function>mysqli_thread_safe</function> indicates whether the
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-use-result.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-use-result.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-use-result.xml:1.7 
phpdoc/en/reference/mysqli/functions/mysqli-use-result.xml:1.8
--- phpdoc/en/reference/mysqli/functions/mysqli-use-result.xml:1.7      Fri Feb 27 
04:22:17 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-use-result.xml  Wed May 12 13:02:31 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
   <refentry id="function.mysqli-use-result">
    <refnamediv>
     <refname>mysqli_use_result</refname>
@@ -19,7 +19,7 @@
      <methodsynopsis>
       <type>mixed</type>
       <methodname>use_result</methodname>
-      <methodparam><type>void</type><parameter></parameter></methodparam>
+      <void />
      </methodsynopsis>
     </classsynopsis>
     <para>

Reply via email to