Date: 01/29/03
- Next message: jc <email protected>: "[PHP-DOC] #21935 [NEW]: $php_php_errmsg has many spellings in the docs"
- Previous message: pollita <email protected>: "[PHP-DOC] #20204 [Opn->Csd]: $var_classname::function(); returns a parse error. You need to use eval()."
- Next in thread: dams <email protected>: "[PHP-DOC] #21932 [Opn->Csd]: Error in mysql_list_dbs documentation"
- Reply: dams <email protected>: "[PHP-DOC] #21932 [Opn->Csd]: Error in mysql_list_dbs documentation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: piat <email protected>
Operating system:
PHP version: 4.3.0
PHP Bug Type: Documentation problem
Bug description: Error in mysql_list_dbs documentation
The mysql_list_dbs look like this :
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, or any function for result
tables.
The second sentence is false : it's not the mysql_tablename() function but
the mysql_db_name() function we must use for traversing the result
pointer.
-- Edit bug report at http://bugs.php.net/?id=21932&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=21932&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=21932&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=21932&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=21932&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=21932&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=21932&r=support Expected behavior: http://bugs.php.net/fix.php?id=21932&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=21932&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=21932&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=21932&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21932&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=21932&r=dst IIS Stability: http://bugs.php.net/fix.php?id=21932&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=21932&r=gnused-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: jc <email protected>: "[PHP-DOC] #21935 [NEW]: $php_php_errmsg has many spellings in the docs"
- Previous message: pollita <email protected>: "[PHP-DOC] #20204 [Opn->Csd]: $var_classname::function(); returns a parse error. You need to use eval()."
- Next in thread: dams <email protected>: "[PHP-DOC] #21932 [Opn->Csd]: Error in mysql_list_dbs documentation"
- Reply: dams <email protected>: "[PHP-DOC] #21932 [Opn->Csd]: Error in mysql_list_dbs documentation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

