|
apc_bin_dumpfileOutput a binary dump of cached files and user variables to a file Beschreibung
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. Parameter-Liste
Rückgabewerte
The number of bytes written to the file, otherwise
Siehe auch
|