Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16960 программистов и 1772 робота. Сейчас ищут 1425 программистов ...
Cache_Lite::setLifeTime
Вернуться к: Cache_Lite
Cache_Lite::setLifeTime
Cache_Lite::setLifeTime() – Set a new life time
Synopsis
require_once 'Cache/Lite.php';
void Cache_Lite::setLifeTime ( int $newLifeTime )
change the cache life time
Parameter
- integer $newLifeTime
-
new life time (in seconds)
Throws
throws no exceptions thrown
Note
This function can not be called statically.
Вернуться к: Cache_Lite