Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17199 программистов и 1835 роботов. Сейчас ищут 1565 программистов ...
Cache_Lite::setToDebug
Вернуться к: Cache_Lite
Cache_Lite::setToDebug
Cache_Lite::setToDebug() – Set to debug mode
Synopsis
require_once 'Cache/Lite.php';
void Cache_Lite::setToDebug ( )
when an error is found, the script will stop and the message will be displayed (in debug mode only) ; same effect than pearErrorMode option in the constructor
Note
This function can not be called statically.
Вернуться к: Cache_Lite