(PHP 5 >= 5.5.0, PECL ZendOpcache >= 7.0.0)
opcache_reset — Resets the contents of the opcode cache
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 has no parameters.
Returns TRUE
if the opcode cache was reset, or FALSE
if the opcode
cache is disabled.