goba            Tue Apr 16 15:18:35 2002 EDT

  Modified files:              
    /phpdoc/en/reference/mysql  reference.xml 
  Log:
  Adding missing constant info
  
  
Index: phpdoc/en/reference/mysql/reference.xml
diff -u phpdoc/en/reference/mysql/reference.xml:1.2 
phpdoc/en/reference/mysql/reference.xml:1.3
--- phpdoc/en/reference/mysql/reference.xml:1.2 Mon Apr 15 17:57:11 2002
+++ phpdoc/en/reference/mysql/reference.xml     Tue Apr 16 15:18:34 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
  <reference id="ref.mysql">
   <title>MySQL Functions</title>
   <titleabbrev>MySQL</titleabbrev>
@@ -268,6 +268,18 @@
          <entry>
           Columns are returned into the array having a numerical index to the
           fields. This index starts with 0, the first field in the result.
+         </entry>
+        </row>
+        <row>
+         <entry>MYSQL_STORE_RESULT</entry>
+         <entry>
+          Specifies that the MySQL result should be buffered.
+         </entry>
+        </row>
+        <row>
+         <entry>MYSQL_USE_RESULT</entry>
+         <entry>
+          Specifies that the MySQL result should not be buffered.
          </entry>
         </row>
        </tbody>


Reply via email to