|
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
]] )
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 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. Смотрите также
|
|