Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17107 программистов и 1835 роботов. Сейчас ищут 1527 программистов ...
Services_Weather_Common::setCache
Вернуться к: Services_Weather
Services_Weather_Common::setCache
Services_Weather_Common::setCache() – Enables caching the data, usage strongly recommended
Synopsis
require_once '/Weather/Common.php';
PEAR_Error|bool Services_Weather_Common::setCache ( string $cacheType = "file" , array $cacheOptions = array() )
Requires Cache to be installed
Parameter
- string $cacheType
- array $cacheOptions
Throws
throws PEAR_Error::SERVICES_WEATHER_ERROR_CACHE_INIT_FAILED
Note
This function can not be called statically.
Вернуться к: Services_Weather