Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17178 программистов и 1835 роботов. Сейчас ищут 1556 программистов ...
Cache_Lite::saveMemoryCachingState
Вернуться к: Cache_Lite
Cache_Lite::saveMemoryCachingState
Cache_Lite::saveMemoryCachingState() –
Synopsis
require_once 'Cache/Lite.php';
void Cache_Lite::saveMemoryCachingState ( string $id , string $group = 'default' )
save the current state of the memory caching array into a classical cache file
Parameter
- string $id
-
cache id
- string $group
-
name of the cache group
Note
This function can not be called statically.
Вернуться к: Cache_Lite