Returns the MySQL client library version:
<?phpecho mysqli_get_client_info();?>The mysqli_get_client_info() function returns the MySQL client library version.
mysqli_get_client_info( connection ) ;
parameter | describe |
---|---|
connection | Optional. Specifies the MySQL connection to use. |
Return value: | Returns a string representing the MySQL client library version. |
---|---|
PHP version: | 5+ |