|
apc_delete_fileDeletes files from the opcode cache Beschreibung
mixed apc_delete_file
( mixed
$keys
)Deletes the given files from the opcode cache. Parameter-Liste
Rückgabewerte
Gibt bei Erfolg BeispieleBeispiel #1 apc_delete_file example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:
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)
Siehe auch
|