Home > PHP > Function > APC > apc_compile_file()

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.

Description

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

Version

PHP PECL apc >= 3.0.13

Return value

Returns TRUE on success or FALSE on failure.