read
boolean public \Bitrix\Main\Data\CacheEngineApc::read( mixed $arAllVars, string $baseDir, string $initDir, string $filename, integer $TTL );
Non-static method reads APC cache. Returns true when cache exists, not damaged or read.
Parameters
Parameter | Description | Version |
---|---|---|
$arAllVars | Caching result. | |
$baseDir | Main directory for cache (usually /bitrix/cache ). | |
$initDir | Directory inside the main one | |
$filename | File name. | |
$TTL | Storage period in seconds. |
Examples
© «Bitrix24», 2001-2024
Up