您的位置:寻梦网首页编程乐园PHP 编程PHP5中文手册
PHP5中文手册

apc_compile_file

(PECL apc:3.0.13-3.0.14)

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

说明

bool apc_compile_file ( string $filename )

返回值

如果成功则返回 TRUE,失败则返回 FALSE

参数

filename

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