opcache_is_script_cached Tells whether a script is cached in OPCache
发表日期:2021-07-01 08:55:00 | 来源: | | 浏览(515) 分类:OPcache 函数
opcache_is_script_cached
(PHP 5 >= 5.5.11, PHP 7, PHP 8, PECL ZendOpcache >= 7.0.4)
opcache_is_script_cached — Tells whether a script is cached in OPCache
说明
opcache_is_script_cached(string
$filename
): boolThis function checks if a PHP script has been cached in OPCache. This can be used to more easily detect the "warming" of the cache for a particular script.
参数
-
filename
-
The path to the PHP script to be checked.
返回值
Returns true
if filename
is cached in OPCache,
false
otherwise.
- PHP(0)
- PHP杂项(34)
- PHP基础-李炎恢系列课程(20)
- 中文函数手册(0)
- 错误处理 函数(13)
- OPcache 函数(6)
- opcache_compile_file 无需运行,即可编译并缓存 PHP 脚本(0)
- opcache_get_configuration 获取缓存的配置信息(0)
- opcache_get_status 获取缓存的状态信息(0)
- opcache_invalidate 废除脚本缓存(0)
- opcache_is_script_cached Tells whether a script is cached in OPCache(0)
- opcache_reset 重置字节码缓存的内容(0)
- PHP 选项/信息 函数(54)
- Zip 函数(10)
- Hash 函数(15)
- OpenSSL 函数(63)
- Date/Time 函数(51)
- 目录函数(9)
- Fileinfo 函数(6)
- iconv 函数(11)
- 文件系统函数(81)
- 多字节字符串 函数(57)
- GD 和图像处理 函数(114)
- 可交换图像信息(5)
- Math 函数(50)
- 程序执行函数(11)
- PCNTL 函数(23)
- JSON 函数(4)
- SPL 函数(15)
- URL 函数(10)
- cURL 函数(32)
- 网络 函数(33)
- FTP 函数(36)
- Session 函数(23)
- PCRE 函数(11)
- PCRE 正则语法(19)
- 数组 函数(81)
- 类/对象 函数(18)
- 函数处理 函数(13)
- 变量处理 函数(37)
- SimpleXML 函数(3)
- 杂项 函数(31)
- 字符串 函数(101)