OPcache Functions
Table of Contents
- opcache_compile_file — Compiles and caches a PHP script without executing it
- opcache_get_configuration — Get configuration information about the cache
- opcache_get_status — Get status information about the cache
- opcache_invalidate — Invalidates a cached script
- opcache_reset — Resets the contents of the opcode cache
Коментарии
There's another function "opcache_is_script_cached()" which is undocumented. Check out this page for more about it: http://stackoverflow.com/questions/23229849/opcache-is-script-cached-function-in-php5-5-11