JavaScript Editor Javascript validator     Web page editor 



Cache_Lite_Function::drop()

Cache_Lite_Function::drop() -- Drop a cache file

Synopsis

require_once 'Cache/Lite/Function.php';

boolean Cache_Lite_Function::drop (string$functionName, mixed$arg1, mixed$arg2, mixed$arg3, mixed...)

Description

[since Cache_Lite 1.6.0beta1] Drop the cache file of the corresponding function call with given arguments.

Return value

returns true if ok

Note

This function can not be called statically.

Example




JavaScript Editor Javascript validator     Web page editor