6 lines
64 B
PHP
6 lines
64 B
PHP
<?php
|
|
|
|
opcache_reset();
|
|
|
|
echo 'opcache clear success.'.PHP_EOL;
|