php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
opcache.stub.php File Reference

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)
 

Function Documentation

◆ opcache_compile_file()

opcache_compile_file ( string $filename)

Definition at line 13 of file opcache.stub.php.

◆ opcache_get_configuration()

opcache_get_configuration ( )
Returns
array<string, mixed>|false @refcount 1

Definition at line 23 of file opcache.stub.php.

◆ opcache_get_status()

opcache_get_status ( bool $include_scripts = true)
Returns
array<string, mixed>|false @refcount 1

Definition at line 11 of file opcache.stub.php.

◆ opcache_invalidate()

opcache_invalidate ( string $filename,
bool $force = false )

Definition at line 15 of file opcache.stub.php.

◆ opcache_is_script_cached()

opcache_is_script_cached ( string $filename)

Definition at line 25 of file opcache.stub.php.

◆ opcache_jit_blacklist()

opcache_jit_blacklist ( Closure $closure)

Definition at line 17 of file opcache.stub.php.

◆ opcache_reset()

opcache_reset ( )

@generate-class-entries

Definition at line 5 of file opcache.stub.php.