apc_bin_dump
Get a binary dump of the given files and user variables
&reftitle.description;
stringapc_bin_dump
arrayfiles
arrayuser_vars
Returns a binary dump of the given files and user variables from the APC cache.
A &null; for files or user_vars signals a dump of every entry, whereas array() will dump
nothing.
&reftitle.parameters;
files
The files. Passing in &null; signals a dump of every entry, while
passing in array will dump nothing.
user_vars
The user vars. Passing in &null; signals a dump of every entry, while
passing in array will dump nothing.
&reftitle.returnvalues;
Returns a binary dump of the given files and user variables from the APC cache,
&false; if APC is not enabled, or &null; if an unknown error is encountered.
&reftitle.seealso;
apc_bin_dumpfile
apc_bin_load