update : 2015.11.03
php.shukuma.com
검색:
OPcache
Basic usage
소개
Affecting PHP's Behaviour
PHP Manual
OPcache
소개
설치/설정
요구 조건
설치
실행시 설정
자원형
OPcache 함수 목록
opcache_compile_file
— Compiles and caches a PHP script without executing it
opcache_get_configuration
— Get configuration information about the cache
opcache_get_status
— Get status information about the cache
opcache_invalidate
— Invalidates a cached script
opcache_is_script_cached
— Tells whether a script is cached in OPCache
opcache_reset
— Resets the contents of the opcode cache
Basic usage
소개
Affecting PHP's Behaviour
PHP Manual