[
$this->zip->download($f);
$files = glob($m .'/*.pdf', GLOB_MARK); // get all file names
if (readfile($file)) {
unlink($file);
}
]
Asked
Active
Viewed 31 times
0

大陸北方網友
- 3,696
- 3
- 12
- 37
-
1what is the error? – MaryNfs Aug 12 '20 at 05:38
-
no error show just zip downloaded after that directory not delete – madhav raj Sharma Aug 12 '20 at 07:49
-
enable error reporting, https://stackoverflow.com/a/21429652/10464991 – MaryNfs Aug 12 '20 at 08:05