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

search for in the

mysql_get_host_info> <mysql_free_result
[edit] Last updated: Sat, 07 Jan 2012

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 클라이언트 버전.

예제

Example #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 - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites