update : 2015.11.03
php.shukuma.com검색:
|
opcache_compile_file(PHP 5 >= 5.5.5, PECL ZendOpcache > 7.0.2) opcache_compile_file — Compiles and caches a PHP script without executing it 설명
boolean opcache_compile_file
( string
$file
)This function compiles a PHP script and adds it to the opcode cache without executing it. This can be used to prime the cache after a Web server restart by pre-caching files that will be included in later requests. 인수
반환값
Returns 오류/예외
If |