Cache_Lite::get | Cache_Lite::remove |
Cache_Lite | |
PEAR Manual | |
require_once 'Cache/Lite.php'; |
boolean Cache_Lite::save (
string $data
, string $id = NULL
, string $group = 'default'
)
save the given data (which has to be a string if automaticSerialization is set to FALSE (default)).
data to put in a cache file (can be another type than strings if automaticSerialization is TRUE).
cache id
name of the cache group
returns true if no problem
This function can not be called statically.
Usage
|
Cache_Lite::get | Cache_Lite::remove |
Cache_Lite | |
PEAR Manual | |