apc_bin_dump
(PECL apc >= 3.1.4)
apc_bin_dump — 获取给定文件和变量的二进制文件转储。
说明
apc_bin_dump
([ array
$files
= NULL
[, array $user_vars
= NULL
]] ) : string
从 APC 缓存中返回给定文件和用户变量的二进制打印。
一个 NULL
给文件或者用户变量符号表示每个条目的打印,而 array()则不会转储任何内容。
参数
返回值
FALSE
如果 APC 未启用,或者NULL
遇到未知错误,则返回 APC 缓存中给定文件和用户变量的二进制转储。
参见
- apc_bin_dumpfile() - Output a binary dump of cached files and user variables to a file
- apc_bin_load() - Load a binary dump into the APC file/user cache