PHP mysqli_get_client_info() 函数
PHP mysqli_get_client_info() 函数
实例
返回 MySQL 客户端库版本:
<?php
echo mysqli_get_client_info();
?>
echo mysqli_get_client_info();
?>
定义和用法
mysqli_get_client_info() 函数返回 MySQL 客户端库版本。
语法
mysqli_get_client_info(connection);
参数 | 描述 |
---|---|
connection | 可选。规定要使用的 MySQL 连接。 |
技术细节
返回值: | 返回一个表示 MySQL 客户端库版本的字符串。 |
---|---|
PHP 版本: | 5+ |

相关文章
- PHP 变量
- PHP echo 和 print 语句
- PHP 数据类型
- PHP 字符串
- PHP 数组
- PHP 包含文件 include 和 require 语句
- PHP 文件处理
- PHP Cookie
- PHP 错误处理
- PHP array_intersect_assoc() 函数
- PHP array_multisort() 函数
- PHP array_reduce() 函数
- PHP array_uintersect_assoc() 函数
- PHP array_uintersect_uassoc() 函数
- PHP array_walk() 函数
- PHP array_walk_recursive() 函数
- PHP count() 函数
- PHP in_array() 函数
- PHP usort() 函数
- PHP 5 Filesystem 函数