Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 20157 программистов и 1977 роботов. Сейчас ищут 1505 программистов ...
Cache_Lite::getMemoryCachingState
Вернуться к: Cache_Lite
Cache_Lite::getMemoryCachingState
Cache_Lite::getMemoryCachingState() –
Synopsis
require_once 'Cache/Lite.php';
void Cache_Lite::getMemoryCachingState ( string $id , string $group = 'default' , bool $doNotTestCacheValidity = false )
load a previously saved state of a memory caching array from a classical cache file
Parameter
- string $id
-
cache id
- string $group
-
name of the cache group
- boolean $doNotTestCacheValidity
-
if set to TRUE, the cache validity won't be tested
Note
This function can not be called statically.
Вернуться к: Cache_Lite