reset and begin
11/05/2010

xóa thư mục trong php

vì php không cho phép xóa folder ngay khi còn sub folder trong đó cho nên ta làm tuần tự xóa sub trong đó rồi xóa parent sau
để xóa 1 folder trong hàm php ta sử dụng code sau,

//xoa thu muc
//true xoa het
// false xoa sub
function SureRemoveDir($dir, $DeleteMe) {
    if(!$dh = @opendir($dir)) return;
    while (false !== ($obj = readdir($dh))) {
        if($obj=='.' || $obj=='..') continue;
        if (!@unlink($dir.'/'.$obj)) SureRemoveDir($dir.'/'.$obj, true);
    }
    closedir($dh);     if ($DeleteMe){         @rmdir($dir);     } }

1 vài hàm tham khảo
unlink xóa file
rmdir xóa folder khi emty
opendir mở folder
readdir đọc folder

Bloger Comments
G+ Comments
Comments FaceBook

No comments:

List

Profiles Information


About me : Nothing is 1 vài thứ - 1985

Places I've Lived : I Hà Nội

Home Page : http://www.shimivn.blogspot.com/

Think : 1:1000000000

Languages spoken : Vietnamese,English.

Mobile : sony C2305

dell : i3-Ram 3GB- HDD 250GB .