PHP

apc_compile_file

apc_compile_file

(PECL apc >= 3.0.13)

apc_compile_file - 在字节码缓存中存储文件,绕过所有过滤器。

描述

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

在字节码缓存中存储文件,绕过所有过滤器。

参数

filename

PHP文件的完整或相对路径,将被编译并存储在字节码缓存中。

返回值

成功时返回TRUE或失败时返回FALSE

也可以看看

  • apc_bin_dumpfile() - 将缓存文件和用户变量的二进制转储输出到文件

  • apc_bin_loadfile() - 将二进制转储从文件加载到APC文件/用户缓存中

← apc_clear_cache

apc_dec →