<?php class cache_delete { public static function user($id = 0 ) { if ($id != 0) { @unlink(H."sys/cache/users/".intval($id).".json"); } } }