get_client_info
Returns the MySQL client library version.
get_client_info()
/ mysqli_get_client_info()
function returns the MySQL client library version.
Return to the MySQL client library version:
<?php echo mysqli_get_client_info ( ) ; ?>