Return the MySQL client version as an integer:
<?php
echo mysqli_get_client_version();
?>
The client_version / mysqli_get_client_version() function returns the MySQL client version as an integer.
The MySQL client version is returned in the following format: main_version*10000 + minor_version*100 + sub_version. So, version 6.3.0 is returned as 60300.
$mysqli -> client_version
mysqli_get_client_version(
connection)
Parameter | Description |
---|---|
connection | Optional. Specifies the MySQL connection to use |
Return Value: | Returns an integer that represents the MySQL client version |
---|---|
PHP Version: | 5+ |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!