Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18220 программистов и 1705 роботов. Сейчас ищут 643 программиста ...
opcache_get_configuration - Get configuration information about the cache
Вернуться к: OPcache Функции
opcache_get_configuration
(PHP 5 >= 5.5.5, PHP 7, PECL ZendOpcache > 7.0.2)
opcache_get_configuration — Get 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.
Вернуться к: OPcache Функции