Return the MySQL client library version:
<?php
echo mysqli_get_client_info();
?>
The get_client_info() / mysqli_get_client_info() function returns the MySQL client library version.
$mysqli -> get_client_info()
mysqli_get_client_info(
connection)
Parameter | Description |
---|---|
connection | Optional. Specifies the MySQL connection to use |
Return Value: | Returns a string that represents the MySQL client library version |
---|---|
PHP Version: | 5+ |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!