update : 2015.11.03
php.shukuma.com

검색:
 
 
Resets the contents of the opcode cache

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.

참고