APC_COMPILE_FILE(3) 1 APC_COMPILE_FILE(3)
apc_compile_file - Stores a file in the bytecode cache, bypassing all filters.
SYNOPSIS
mixed apc_compile_file (string $filename, [bool $atomic = true])
DESCRIPTION
Stores a file in the bytecode cache, bypassing all filters.
PARAMETERS
o $filename
- Full or relative path to a PHP file that will be compiled and stored in the bytecode cache.
RETURN VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
apc_bin_dumpfile(3), apc_bin_loadfile(3).
PHP Documentation Group APC_COMPILE_FILE(3)