apc_compile_file
(PECL apc >= 3.0.13)
apc_compile_file — Speichert eine Datei im Bytecode Cache unter Umgehung aller Filter.
Beschreibung
Speichert eine Datei im Bytecode Cache unter Umgehung aller Filter.
Parameter-Liste
-
filename -
Absoluter oder relativer Pfad zu einer PHP Datei die kompiliert und im Bytecode Cache abgelegt werden soll.
Rückgabewerte
Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.
Siehe auch
- apc_bin_dumpfile() - Output a binary dump of cached files and user variables to a file
- apc_bin_loadfile() - Load a binary dump from a file into the APC file/user cache