首页
PHP
php教程
最新文章列表
简体中文
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
当前位置:
首页
>
函数类别大全
>
opcache_get_status
opcache_get_status
获取有关缓存的状态信息
名称:
opcache_get_status
分类:
OPcache
所属语言:
php
一句话介绍:
获取有关缓存的状态信息
相关内容
使用 array_shift 从数组中移除第一个元素
4
结合 get_include_path() 与 set_include_path() 调整默认包含路径
9
如何通过 krsort 按照时间戳逆序排列事件记录
2
如何使用 hash_final 获取PHP中任何数据的哈希摘要?
5
同类函数
opcache_invalidate
opcache_invalidate
使缓存的脚本无效
opcache_reset
opcache_reset
重置操作码缓存的内容
opcache_get_status
opcache_get_status
获取有关缓存的状态信息
opcache_compile_file
opcache_compile_file
编译和缓存PHP脚本而不需执行它
opcache_is_script_cached
opcache_is_script_cached
指示脚本是否缓存在OPCache中
opcache_get_configuration
opcache_get_configuration
获取有关缓存的配置信息
热门文章