$dir = 'your/directory/'; foreach(glob($dir.'*.*') as $v){ unlink($v); }
Birden fazka kullanıcı eklenir ise virgül ile ayırınız.