Basic usage
简介
影响 PHP 行为的扩展
PHP Manual
OPcache
简介
安装/配置
需求
安装
运行时配置
资源类型
OPcache 函数
opcache_compile_file
— 无需运行,即可编译并缓存 PHP 脚本
opcache_get_configuration
— 获取缓存的配置信息
opcache_get_status
— 获取缓存的状态信息
opcache_invalidate
— 废除脚本缓存
opcache_is_script_cached
— Tells whether a script is cached in OPCache
opcache_reset
— 重置字节码缓存的内容
Basic usage
简介
影响 PHP 行为的扩展
PHP Manual