Delete all the files from the folder in php

Delete all the files from the folder in php

Delete all the files from the folder in php



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

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel