Basic usage
简介
影响 PHP 行为的扩展
PHP Manual
OPcache
简介
安装/配置
需求
安装
运行时配置
资源类型
OPcache 函数
opcache_compile_file
— Compiles and caches a PHP script without executing it
opcache_get_configuration
— Get configuration information about the cache
opcache_get_status
— Get status information about the cache
opcache_invalidate
— Invalidates a cached script
opcache_reset
— Resets the contents of the opcode cache
Basic usage
简介
影响 PHP 行为的扩展
PHP Manual