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

search for in the

mysql_get_host_info> <mysql_free_result
Last updated: Fri, 06 Nov 2009

view this page in

mysql_get_client_info

(PHP 4 >= 4.0.5, PHP 5)

mysql_get_client_infoMySQL クライアント情報を取得する

説明

string mysql_get_client_info ( void )

mysql_get_client_info() は、 クライアントライブラリのバージョンを表す文字列を返します。

返り値

MySQL クライアントのバージョンを返します。

例1 mysql_get_client_info() の例

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

上の例の出力は、 たとえば以下のようになります。

MySQL client info: 3.23.39

参考



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: Fri, 06 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites