opcache_reset

Resets the contents of the opcode cache

Description

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.

Parameters

This function has no parameters.

Return Values

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

See Also

  • opcache_invalidate