|
apc_bin_load(PECL apc >= 3.1.4) apc_bin_load — Load a binary dump into the APC file/user cache Описание
bool apc_bin_load
( string $data
[, int $flags = 0
] )
Loads the given binary dump into the APC file/user cache. Список параметров
Возвращаемые значенияReturns TRUE if the binary dump data was loaded with success, otherwise FALSE is returned. FALSE is returned if APC is not enabled, or if the data is not a valid APC binary dump (e.g., unexpected size). ПримерыПример #1 apc_bin_load() example
<?php Смотрите также
|
|