php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Functions | |
opcache_reset () | |
opcache_get_status (bool $include_scripts=true) | |
opcache_compile_file (string $filename) | |
opcache_invalidate (string $filename, bool $force=false) | |
opcache_jit_blacklist (Closure $closure) | |
opcache_get_configuration () | |
opcache_is_script_cached (string $filename) | |
opcache_compile_file | ( | string | $filename | ) |
Definition at line 13 of file opcache.stub.php.
opcache_get_configuration | ( | ) |
Definition at line 23 of file opcache.stub.php.
opcache_get_status | ( | bool | $include_scripts = true | ) |
Definition at line 11 of file opcache.stub.php.
opcache_invalidate | ( | string | $filename, |
bool | $force = false ) |
Definition at line 15 of file opcache.stub.php.
opcache_is_script_cached | ( | string | $filename | ) |
Definition at line 25 of file opcache.stub.php.
opcache_jit_blacklist | ( | Closure | $closure | ) |
Definition at line 17 of file opcache.stub.php.
opcache_reset | ( | ) |
@generate-class-entries
Definition at line 5 of file opcache.stub.php.