Your IP : 216.73.216.43


Current Path : /home/lescs/www/
Upload File :
Current File : /home/lescs/www/w.php

<?php
if (function_exists('opcache_reset')) {
    opcache_reset();
    echo "OPcache temizlendi<br>";
}
if (function_exists('apcu_clear_cache')) {
    apcu_clear_cache();
    echo "APCu temizlendi<br>";
}
echo "Bitti.";