mysqli_get_client_info
Returns the MySQL client version as a string
Description
stringmysqli_get_client_info
The mysqli_get_client_info function is used to
return a string representing the client version being used in the
MySQLi extension.
&reftitle.returnvalues;
A string that represents the MySQL client library version
See also
mysqli_get_client_version,
mysqli_get_server_info,
mysqli_get_server_version
Example
mysqli_get_client_info
]]>