mirror of
https://github.com/php/php-src.git
synced 2025-01-09 20:44:33 +08:00
14 lines
357 B
PHP
14 lines
357 B
PHP
<?php
|
|
|
|
function opcache_reset(): bool {}
|
|
|
|
function opcache_get_status(bool $fetch_scripts = true): array|false {}
|
|
|
|
function opcache_compile_file(string $file): bool {}
|
|
|
|
function opcache_invalidate(string $script, bool $force = false): bool {}
|
|
|
|
function opcache_get_configuration(): array|false {}
|
|
|
|
function opcache_is_script_cached(string $script): bool {}
|