OPcache 函数
PHP 手册

opcache_reset

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

opcache_resetResets the contents of the opcode cache

说明

boolean opcache_reset ( void )

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

参数

此函数没有参数。

返回值

Returns TRUE if the opcode cache was reset, or FALSE if the opcode cache is disabled.

参见


OPcache 函数
PHP 手册