PHP.nl

mysql_get_client_info

mysql_get_client_info

Get MySQL client info

Waarschuwing: > mysqli_get_client_info``PDO::getAttribute``attribute``PDO::ATTR_CLIENT_VERSION

string **mysql_get_client_info**
returns a string that

represents the client library version. mysql_get_client_info

The MySQL client version.

Voorbeeld: example

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

mysql_get_host_info``mysql_get_proto_info``mysql_get_server_info