Php/docs/function.opcache-get-configuration
来自菜鸟教程
opcache_get_configuration
(PHP 5 >= 5.5.0, PHP 7, PECL ZendOpcache > 7.0.2)
opcache_get_configuration — 获取缓存的配置信息
说明
opcache_get_configuration ( ) : array
该函数将返回缓存实例的配置信息。
返回值
返回一个数组,该数组里包含了缓存的初始化信息,黑名单和版本号。
错误/异常
在启用了 opcache.restrict_api
的情况下,如果当前路径在禁止规则里,将会出现 E_WARNING ;不会返回任何状态信息。