Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17118 программистов и 1834 робота. Сейчас ищут 1539 программистов ...
constructor Cache_Lite_Output::Cache_Lite_Output
Вернуться к: Cache_Lite
constructor Cache_Lite_Output::Cache_Lite_Output
constructor Cache_Lite_Output::Cache_Lite_Output() – Constructor
Synopsis
require_once 'Cache/Lite/Output.php';
void constructor Cache_Lite_Output::Cache_Lite_Output ( array $options )
The constructor of the Cache_Lite_Output class. You can give an associative array as an argument to set a lot of options.
Parameter
- array $options
-
associative array to set a lot of options (see Cache_Lite constructor for details)
Note
This function can not be called statically.
Вернуться к: Cache_Lite