opcache_compile_fileCompiles and caches a PHP script without executing it Beschreibung
boolean opcache_compile_file
( string
$file
)This function compiles a PHP script and adds it to the opcode cache without executing it. This can be used to prime the cache after a Web server restart by pre-caching files that will be included in later requests. Parameter-Liste
Rückgabewerte
Returns Fehler/Exceptions
If Siehe auch
|