php8.5
Home/ Manual/ opcache / functions/ opcache_get_configuration

opcache_get_configuration

PHP function Edit on GitHub ✎

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

Get configuration information about the cache

Description

opcache_get_configuration(): array|false

This function returns configuration information about the cache instance

Parameters Parameters

Return Values

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

Errors/Exceptions

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

Source: reference/opcache/functions/opcache-get-configuration.xml · from the official PHP manual (php/doc-en)