Cache_Lite::raiseError

Cache_Lite::raiseError() – Trigger a PEAR error

Synopsis

require_once 'Cache/Lite.php';

void Cache_Lite::raiseError ( string $msg , int $code )

Description

include dynamically the PEAR.php file and trigger a PEAR error

To improve performances, the PEAR.php file is included dynamically. The file is so included only when an error is triggered. So, in most cases, the file isn't included and perfs are much better.

Parameter

string $msg

error message

integer $code

error code

Note

This function can not be called statically.

Return the cache last modification time (Previous) Extend the life of a valid cache file (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.