update : 2015.11.03
php.shukuma.com

검색:
 
 
Get configuration information about the cache

opcache_get_configuration

(PHP 5 >= 5.5.5, PECL ZendOpcache > 7.0.2)

opcache_get_configurationGet configuration information about the cache

설명

array opcache_get_configuration ( void )

This function returns configuration information about the cache instance

반환값

Returns an array of information, including ini, blacklist and version

오류/예외

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.

참고