(PHP 5 >= 5.5.11, PHP 7, PHP 8, PECL ZendOpcache >= 7.0.4)
opcache_is_script_cached — 判断脚本是否缓存到 OPCache 中
$filename
此函数检查 PHP 脚本是否已缓存到 OPCache 中。这可用于更轻松地检测特定脚本的缓存“预热”。此函数仅检查内存缓存,而不是文件缓存。
filename
要检查的 PHP 脚本的路径。
如果 filename 缓存到 OPCache 中,则返回 true,否则返回 false。
true
false