From c3cfd2f9dfc71e4b7b584647aea88972493436e9 Mon Sep 17 00:00:00 2001 From: Daniel Beckham Date: Wed, 2 Aug 2000 14:30:28 +0000 Subject: [PATCH] transposed the location of mysql_list_fields and mysql_list_dbs in the file so they are in alphabetical order git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@29487 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/mysql.xml | 64 ++++++++++++++++++++++----------------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/functions/mysql.xml b/functions/mysql.xml index 2b7599ba3a..b7370f1bd1 100644 --- a/functions/mysql.xml +++ b/functions/mysql.xml @@ -1097,6 +1097,38 @@ mysql_close(); + + + mysql_list_dbs + + List databases available on on MySQL server + + + + Description + + + int mysql_list_dbs + int + + link_identifier + + + + + + mysql_list_dbs will return a result pointer + containing the databases available from the current mysql + daemon. Use the mysql_tablename function to + traverse this result pointer. + + + For downward compatibility mysql_listdbs can + also be used. + + + + mysql_list_fields @@ -1139,38 +1171,6 @@ mysql_close(); - - - mysql_list_dbs - - List databases available on on MySQL server - - - - Description - - - int mysql_list_dbs - int - - link_identifier - - - - - - mysql_list_dbs will return a result pointer - containing the databases available from the current mysql - daemon. Use the mysql_tablename function to - traverse this result pointer. - - - For downward compatibility mysql_listdbs can - also be used. - - - - mysql_list_tables