PHP » GoLang |
login |
register |
about
|
GoLang apc_delete_file
request it (526)
GoLang replacement for PHP's apc_delete_file
[edit | history]
apc_delete_file(PECL apc >= 3.1.1) apc_delete_file — Deletes 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
|
more
Most requested
more
Last requests
|