opcache_reset

(PHP 5 >= 5.5.0, PHP 7, PECL ZendOpcache >= 7.0.0)
Resets 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:

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

See also:

opcache_invalidate() -

doc_php
2016-02-24 15:53:52
Comments
Leave a Comment

Please login to continue.