หน้าเว็บ
(Move to ...)
หน้าแรก
เกี่ยวกับฉัน
เรื่องของ PHP
พื้นฐาน VB.Net
คลายเครียด
▼
12/20/2016
PHP : PHP Delete All File And Folder
PHP : PHP Delete All File And Folder
Use This Code :
$targetDir = 'uploads/contract/'.$_GET["CID"];
array_map('unlink', glob("$targetDir/*.*"));
rmdir($targetDir);
http://stackoverflow.com/questions/3349753/delete-directory-with-files-in-it
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment