|
apc_delete_fileDeletes files from the opcode cache Description
mixed apc_delete_file
( mixed
$keys
)Deletes the given files from the opcode cache. Parameters
Return Values
Returns ExamplesExample #1 apc_delete_file example
<?phpThe above example will output something similar to:
Successfully deleted file file.php from APC cache.
[Mon May 24 09:30:33 2010] [apc-warning] Could not stat file donotexist.php, unable to delete from cache. in /tmp/test.php on line 13.
array(1) {
[0]=>
string(14) "donotexist.php"
}
[Mon May 24 09:30:33 2010] [apc-warning] Could not stat file donotexist.php, unable to delete from cache. in /tmp/test.php on line 18.
bool(false)
See Also
|