array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'it', ), 'this' => array ( 0 => 'function.opcache-get-configuration.php', 1 => 'opcache_get_configuration', 2 => 'Get configuration information about the cache', ), 'up' => array ( 0 => 'ref.opcache.php', 1 => 'OPcache Funzioni', ), 'prev' => array ( 0 => 'function.opcache-compile-file.php', 1 => 'opcache_compile_file', ), 'next' => array ( 0 => 'function.opcache-get-status.php', 1 => 'opcache_get_status', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/opcache/functions/opcache-get-configuration.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

opcache_get_configuration

(PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL ZendOpcache > 7.0.2)

opcache_get_configurationGet configuration information about the cache

Descrizione

opcache_get_configuration(): array|false

This function returns configuration information about the cache instance

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

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

Errori/Eccezioni

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.

Vedere anche: