opcache_get_status

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

opcache_get_status — Get status information about the cache


Описание

array opcache_get_status ([ boolean $get_scripts = TRUE ] )

This function returns state information about the cache instance


Список параметров

get_scripts

- Include script specific state information


Возвращаемые значения

Returns an array of information, optionally containing script specific state information


Ошибки

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_get_configuration() - Get configuration information about the cache


User Contributed Notes


There are no user contributed notes for this page.

To Top Описание на ru2.php.net
Описание на php.ru