mysqli::$client_info
mysqli::get_client_info
mysqli_get_client_info
(PHP 5, PHP 7, PHP 8)
mysqli::$client_info -- mysqli::get_client_info -- mysqli_get_client_info — 获取 MySQL 客户端信息
返回值
返回 MySQL 客户端库的版本信息。
范例
示例 #1 mysqli_get_client_info
<?php
/* 获取客户端版本新的时候,
无需建立到数据库的连接 */
printf("Client library version: %s\n", mysqli_get_client_info());
?>
参见
- mysqli_get_client_version() - 作为一个整数返回MySQL客户端的版本
- mysqli_get_server_info() - 返回MySQL服务器的版本号
- mysqli_get_server_version() - 作为一个整数返回MySQL服务器的版本
add a note
User Contributed Notes
There are no user contributed notes for this page.
备份地址:http://www.lvesu.com/blog/php/mysqli.get-client-info.php