apc_bin_dumpfile
(PECL apc >= 3.1.4)
apc_bin_dumpfile — Output a binary dump of cached files and user variables to a file
说明
$files
, array $user_vars
, string $filename
[, int $flags = 0
[, resource $context = NULL
]] ) : intOutputs a binary dump of the given files and user variables from the APC cache to the named file.
参数
-
files -
The file names being dumped.
-
user_vars -
The user variables being dumped.
-
filename -
The filename where the dump is being saved.
-
flags -
Flags passed to the
filenamestream. See the file_put_contents() documentation for details. -
context -
The context passed to the
filenamestream. See the file_put_contents() documentation for details.
返回值
The number of bytes written to the file, otherwise
FALSE if APC is not enabled, filename is an invalid file name,
filename can't be opened, the file dump can't be completed
(e.g., the hard drive is out of disk space), or an unknown error was encountered.
参见
- apc_bin_dump() - 获取给定文件和变量的二进制文件转储。
- apc_bin_load() - Load a binary dump into the APC file/user cache