Delete all the files from the folder in php Written By Yempally Mahesh Kumar array_map('unlink', glob("folder_name/*.*")); //Remove all the files from the folderrmdir(folder_name); //remove that particular folder Share this post
0 Response to "Delete all the files from the folder in php"
Post a Comment