php-src/ext/opcache/opcache.stub.php
2019-11-11 14:54:55 +01:00

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 {}