(PHP 4 >= 4.0.5, PHP 5)
mysql_get_client_info() retorna uma string que representa a versão da biblioteca do cliente.
Exemplo 1. Exemplo mysql_get_client_info
<?phpprintf("MySQL client info: %s\n", mysql_get_client_info());?>
O exemplo acima deve produzir a seguinte saída:
MySQL client info: 3.23.39
Veja também: mysql_get_host_info(), mysql_get_proto_info() e mysql_get_server_info().