April 2008
Intermediate to advanced
566 pages
21h 55m
English
mysql_get_client_info()
string mysql_get_client_info()
This function returns the library version of the MySQL client for the current connection. Here is an example:
... $info = mysql_get_client_info( ); print "Client Version: $info \n"; ...
Here are the results of this script on one of my computers:
Client Version: 3.23.40
Read now
Unlock full access