apc_compile_file()
apc_compile_file - Stores a file in the bytecode cache, bypassing all filters.Syntax
bool apc_compile_file (string $filename)Arguments
- filename - Full or relative path to a PHP file that will be compiled and stored in the bytecode cache.
