opcache_resetResets the contents of the opcode cache Description
bool opcache_reset()
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. ParametersThis function has no parameters. Return Values
Returns See Also
|