downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

apc_bin_dumpfile> <apc_add
Last updated: Fri, 24 Sep 2010

view this page in

apc_bin_dump

(PECL apc >= 3.1.4)

apc_bin_dumpGet a binary dump of the given files and user variables

Description

string apc_bin_dump ([ array $files [, array $user_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.

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.

Return Values

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.

See Also



add a note add a note User Contributed Notes
apc_bin_dump
There are no user contributed notes for this page.

apc_bin_dumpfile> <apc_add
Last updated: Fri, 24 Sep 2010
 
 
show source | credits | sitemap | contact | advertising | mirror sites