| Cache_Lite_Function::call | constructor Cache_Lite_File::Cache_Lite_File |
| Cache_Lite | |
| PEAR Manual | |
require_once 'Cache/Lite/Function.php';
|
boolean Cache_Lite_Function::drop (
string$functionName
, mixed$arg1
, mixed$arg2
, mixed$arg3
, mixed...
)
[since Cache_Lite 1.6.0beta1] Drop the cache file of the corresponding function call with given arguments.
returns true if ok
This function can not be called statically.
classical using with a function
|
| Cache_Lite_Function::call | constructor Cache_Lite_File::Cache_Lite_File |
| Cache_Lite | |
| PEAR Manual | |