opcache_invalidate

Supported Versions: PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL ZendOpcache >= 7.0.0
Invalidates a cached script
<?php opcache_invalidate(string $filename, bool $force = false): bool
<?php         }



        if (function_exists('opcache_invalidate')) {

            opcache_invalidate($path, true);

        }



        $providers = collect(require $path)