总有人间一两风,填我十万八千梦

PHP opcache_is_script_cached 用法 手册 | 示例代码

PHP开发手册 归档 251℃ 0评论

opcache_is_script_cached

(PHP 5 >= 5.5.11, PHP 7, PECL ZendOpcache >= 7.0.4)

opcache_is_script_cachedTells whether a script is cached in OPCache

说明

opcache_is_script_cached ( string $file ) : bool

This 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.

参数

file

The path to the PHP script to be checked.

返回值

Returns TRUE if file is cached in OPCache, FALSE otherwise.

参见

用户贡献的笔记

There are no user contributed notes for this page.

转载请注明:悠然品鉴 » PHP opcache_is_script_cached 用法 手册 | 示例代码

喜欢 (0)or分享 (0)
发表我的评论
取消评论

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址