-
[Share] code unzip nhanh gọn
code <? $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ẽ...- Admin
- Thread
- code unzip cho xtgem code unzip nhanh
- Replies: 3
- Forum: Mã nguồn wap