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