mysql_list_dbs

(PHP 4, PHP 5)

mysql_list_dbs �г� MySQL �����������е����ݿ�

˵��

mysql_list_dbs ([ resource $link_identifier ] ) : resource

mysql_list_dbs() ������һ�����ָ�룬�����˵�ǰ MySQL ���������п��õ����ݿ⡣�� mysql_tablename() �����������˽��ָ�룬�����κ�ʹ�ý����ĺ��������� mysql_fetch_array()��

Example #1 mysql_list_dbs() ����

<?php
$link 
mysql_connect('localhost''mysql_user''mysql_password');
$db_list mysql_list_dbs($link);

while (
$row mysql_fetch_object($db_list)) {
    echo 
$row->Database "\n";
}
?>

�������ӽ��������������

database1
database2
database3
...

Note:

���ϴ����������� mysql_fetch_row() �����ƺ���һ���򵥡�

Ϊ���¼�����Ȼ����ʹ�� mysql_listdbs()����������������

�μ� mysql_db_name()��