update : 2015.11.03
php.shukuma.com검색:
|
apc_bin_dumpfile(PECL apc >= 3.1.4) apc_bin_dumpfile — Output a binary dump of cached files and user variables to a file 설명
int apc_bin_dumpfile
( array
$files
, array $user_vars
, string $filename
[, int $flags = 0
[, resource $context = NULL
]] )Outputs a binary dump of the given files and user variables from the APC cache to the named file. 인수
반환값
The number of bytes written to the file, otherwise
참고
|