opcache_compile_fileCompiles and caches a PHP script without executing it Description
bool opcache_compile_file(string
$filename )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. Parameters
Return Values
Returns Errors/Exceptions
If See Also
|