PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

mysql_get_host_info> <mysql_free_result
Last updated: Mon, 26 Nov 2007

view this page in

mysql_get_client_info

(PHP 4 >= 4.0.5, PHP 5, PECL mysql:1.0)

mysql_get_client_info — 取得 MySQL 客户端信息

说明

string mysql_get_client_info ( void )

mysql_get_client_info() 返回一个字符串指出了客户端库的版本。

Example#1 mysql_get_client_info() 例子

<?php
    printf 
("MySQL client info: %s\n"mysql_get_client_info());
?>

以上例子将产生如下输出:

MySQL client info: 3.23.39

参见 mysql_get_host_info()mysql_get_proto_info()mysql_get_server_info()



add a note add a note User Contributed Notes
mysql_get_client_info
There are no user contributed notes for this page.

mysql_get_host_info> <mysql_free_result
Last updated: Mon, 26 Nov 2007
 
 
show source | credits | sitemap | contact | advertising | mirror sites