PHP  
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  
<mysql_free_resultmysql_get_host_info>
Last updated: Mon, 16 Jul 2012

mysql_get_client_info

(PHP 4 >= 4.0.5, PHP 5)

mysql_get_client_info -- 取得 MySQL 客户端信息

说明

string mysql_get_client_info ( void )

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

例子 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()




<mysql_free_resultmysql_get_host_info>
 Last updated: Mon, 16 Jul 2012
 
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: http://manual.phpv.net/
Last updated: Thu Jul 7 19:13:47 2005 CST