Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18220 программистов и 1705 роботов. Сейчас ищут 643 программиста ...
apc_bin_dump - Get a binary dump of the given files and user variables
Вернуться к: APC
apc_bin_dump
(PECL apc >= 3.1.4)
apc_bin_dump — Get a binary dump of the given files and user variables
Описание
string apc_bin_dump
([ array
$files
= NULL
[, array $user_vars
= NULL
]] )
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.
Список параметров
Возвращаемые значения
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.
Смотрите также
- apc_bin_dumpfile() - Output a binary dump of cached files and user variables to a file
- apc_bin_load() - Load a binary dump into the APC file/user cache
Вернуться к: APC