Cache_Lite::setToDebug

Cache_Lite::setToDebug() – デバッグモードを設定する

Synopsis

require_once 'Cache/Lite.php';

void Cache_Lite::setToDebug ( )

Description

エラーが発見された時、スクリプトが停止しメッセージが表示されます (デバッグモードの場合だけ) ; コンストラスタで pearErrorMode オプションを指定するのと同じ効果があります

Note

This function can not be called statically.