Name
mysql_get_client_info()
Synopsis
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