- PHP 手册
- 函数参考
- 数据库扩展
- 针对各数据库系统对应的扩展
- MySQL
- Mysqli
- 别名和过时的 Mysqli 函数
mysqli_get_cache_stats
(PHP 5 >= 5.3.0 and < 5.4.0)
mysqli_get_cache_stats — 返回客户端Zval缓存统计信息
Warning从 PHP 5.4.0 开始,此函数被 移除。
说明
mysqli_get_cache_stats ( void ) : array Warning本函数还未编写文档,仅有参数列表。
返回一个空数组。 仅可用于 mysqlnd。
参数
返回值
如果成功返回一个空数组,其他情况下返回 FALSE
。
更新日志
版本 | 说明 |
---|---|
5.4.0 | The mysqli_get_cache_stats() 被移除。 |
5.3.0 | 加入 mysqli_get_cache_stats()。 |
User Contributed Notes
There are no user contributed notes for this page.官方地址:https://www.php.net/manual/en/function.mysqli-get-cache-stats.php