(PHP 5 >= 5.5.5, PHP 7, PECL ZendOpcache > 7.0.2)
Get configuration information about the cache
array opcache_get_configuration ( void )
This function returns configuration information about the cache instance
Returns:
Returns an array of information, including ini, blacklist and version
Exception:
If opcache.restrict_api is in use and the current path is in violation of the rule, an E_WARNING will be raised; no status information will be returned.
See also:
Please login to continue.