update : 2015.11.03
php.shukuma.com

검색:
 
 
Stores a file in the bytecode cache, bypassing all filters.

apc_compile_file

(PECL apc >= 3.0.13)

apc_compile_file Stores a file in the bytecode cache, bypassing all filters.

설명

mixed apc_compile_file ( string $filename [, bool $atomic = true ] )

Stores a file in the bytecode cache, bypassing all filters.

인수

filename

Full or relative path to a PHP file that will be compiled and stored in the bytecode cache.

반환값

성공 시 TRUE를, 실패 시 FALSE를 반환합니다.

참고