• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Admin

Well-Known Member
Staff member
Administrator
code
PHP:
<? $zip = new ZipArchive;
$res =$zip->open("tenfile.zip");
if ($res === TRUE) {$zip->extractTo("giainen/");
$zip->close();echo "Đã giải nén xong";} else {echo "Tập tin bị gì lỗi không giải nén được";}
?>
thay chỗ tên file.zip bằng tên file muốn giải nén vd: abc.zip
khi thành công sẽ hiện giải nén xong rồi
 
code
PHP:
<? $zip = new ZipArchive;
$res =$zip->open("tenfile.zip");
if ($res === TRUE) {$zip->extractTo("giainen/");
$zip->close();echo "Đã giải nén xong";} else {echo "Tập tin bị gì lỗi không giải nén được";}
?>
thay chỗ tên file.zip bằng tên file muốn giải nén vd: abc.zip
khi thành công sẽ hiện giải nén xong rồi

khong hieu cho lam nak admin
 

Facebook Comments

New posts New threads New resources

Back
Top