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

opcache_reset

PHP function Edit on GitHub ✎

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

Resets the contents of the opcode cache

Description

opcache_reset(): bool

This function resets the entire opcode cache. After calling opcache_reset(), all scripts will be reloaded and reparsed the next time they are hit. This function only resets in-memory cache, not the file cache.

Parameters Parameters

Return Values

Returns true if the opcode cache was reset, or false if the opcode cache is disabled or the restart is pending or in progress (see opcache_get_status()).

See Also

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