From f14c4005bab14566278c7ebc4d829e637042535f Mon Sep 17 00:00:00 2001 From: Brian Shire Date: Fri, 11 May 2007 22:47:27 +0000 Subject: [PATCH] Adding apc_compile_file function documentation. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@235470 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/apc/functions/apc-compile-file.xml | 63 ++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 reference/apc/functions/apc-compile-file.xml diff --git a/reference/apc/functions/apc-compile-file.xml b/reference/apc/functions/apc-compile-file.xml new file mode 100644 index 0000000000..a3e5268045 --- /dev/null +++ b/reference/apc/functions/apc-compile-file.xml @@ -0,0 +1,63 @@ + + + + + apc_compile_file + + Stores a file in the bytecode cache, bypassing all filters. + + + + &reftitle.description; + + boolapc_compile_file + stringfilename + + + + + &reftitle.returnvalues; + + &return.success; + + + + + &reftitle.parameters; + + + + filename + + + Full or relative path to a PHP file that will be compiled and stored in + the bytecode cache. + + + + + + + + + +