首页
PHP
php教程
最新文章列表
简体中文
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
当前位置:
首页
>
函数类别大全
>
APCUIterator::getTotalHits
APCUIterator::getTotalHits
Get total cache hits
名称:
APCUIterator::getTotalHits
分类:
APC用户缓存
所属语言:
php
一句话介绍:
Get total cache hits
相关内容
自定义 PHP socket 类时如何内嵌 socket_clear_error()
5
与 array_reduce() 搭配构建复杂的数据结构
2
完全指南:如何使用php扩展JSON处理和解析JSON数据
4
为什么 $errno 总是 0,但查询却没有成功?
10
同类函数
apcu_delete
apcu_delete
从缓存中删除存储的变量
apcu_dec
apcu_dec
减少存储的数字
apcu_entry
apcu_entry
以原子方式获取或生成缓存条目
apcu_fetch
apcu_fetch
从缓存中获取存储的变量
apcu_add
apcu_add
在数据存储中缓存新变量
APCUIterator::current
APCUIterator::current
Getcurrentitem
APCUIterator::key
APCUIterator::key
Getiteratorkey
APCUIterator::rewind
APCUIterator::rewind
Rewindsiterator
热门文章