Date: 08/02/00
- Next message: Ricardo Soares Guimarães: "[PHP-DOC] cvs: phpdoc /pt_BR/features cookies.xml"
- Previous message: Daniel Beckham: "[PHP-DOC] Errata notes... the end of the world is nigh"
- Next in thread: Daniel Beckham: "[PHP-DOC] cvs: phpdoc /en/functions mysql.xml"
- Maybe reply: Daniel Beckham: "[PHP-DOC] cvs: phpdoc /en/functions mysql.xml"
- Maybe reply: Daniel Beckham: "[PHP-DOC] cvs: phpdoc /en/functions mysql.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
danbeck Wed Aug 2 07:30:28 2000 EDT
Modified files:
/phpdoc/en/functions mysql.xml
Log:
transposed the location of mysql_list_fields and mysql_list_dbs in the file so they are in alphabetical order
Index: phpdoc/en/functions/mysql.xml
diff -u phpdoc/en/functions/mysql.xml:1.15 phpdoc/en/functions/mysql.xml:1.16
--- phpdoc/en/functions/mysql.xml:1.15 Sat Jul 22 06:58:03 2000
+++ phpdoc/en/functions/mysql.xml Wed Aug 2 07:30:28 2000
@@ -1097,6 +1097,38 @@
</refsect1>
</refentry>
+ <refentry id="function.mysql-list-dbs">
+ <refnamediv>
+ <refname>mysql_list_dbs</refname>
+ <refpurpose>
+ List databases available on on MySQL server
+ </refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>Description</title>
+ <funcsynopsis>
+ <funcprototype>
+ <funcdef>int <function>mysql_list_dbs</function></funcdef>
+ <paramdef>int
+ <parameter>
+ <optional>link_identifier</optional>
+ </parameter>
+ </paramdef>
+ </funcprototype>
+ </funcsynopsis>
+ <para>
+ <function>mysql_list_dbs</function> will return a result pointer
+ containing the databases available from the current mysql
+ daemon. Use the <function>mysql_tablename</function> function to
+ traverse this result pointer.
+ </para>
+ <para>
+ For downward compatibility <function>mysql_listdbs</function> can
+ also be used.
+ </para>
+ </refsect1>
+ </refentry>
+
<refentry id="function.mysql-list-fields">
<refnamediv>
<refname>mysql_list_fields</refname>
@@ -1135,38 +1167,6 @@
<para>
For downward compatibility <function>mysql_listfields</function>
can also be used.
- </para>
- </refsect1>
- </refentry>
-
- <refentry id="function.mysql-list-dbs">
- <refnamediv>
- <refname>mysql_list_dbs</refname>
- <refpurpose>
- List databases available on on MySQL server
- </refpurpose>
- </refnamediv>
- <refsect1>
- <title>Description</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>int <function>mysql_list_dbs</function></funcdef>
- <paramdef>int
- <parameter>
- <optional>link_identifier</optional>
- </parameter>
- </paramdef>
- </funcprototype>
- </funcsynopsis>
- <para>
- <function>mysql_list_dbs</function> will return a result pointer
- containing the databases available from the current mysql
- daemon. Use the <function>mysql_tablename</function> function to
- traverse this result pointer.
- </para>
- <para>
- For downward compatibility <function>mysql_listdbs</function> can
- also be used.
</para>
</refsect1>
</refentry>
- Next message: Ricardo Soares Guimarães: "[PHP-DOC] cvs: phpdoc /pt_BR/features cookies.xml"
- Previous message: Daniel Beckham: "[PHP-DOC] Errata notes... the end of the world is nigh"
- Next in thread: Daniel Beckham: "[PHP-DOC] cvs: phpdoc /en/functions mysql.xml"
- Maybe reply: Daniel Beckham: "[PHP-DOC] cvs: phpdoc /en/functions mysql.xml"
- Maybe reply: Daniel Beckham: "[PHP-DOC] cvs: phpdoc /en/functions mysql.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

