-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
解压的时候提示? #64
Comments
Please describe the problem in English. |
Using the expansion pack for encryption and compression is normal, but when decompressing, sometimes prompt file damage, do not know if anyone has met, ask for advice |
Please attach the damaged file for analysis. |
data_1600047637.zip |
Is this file generated with php-zip library? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Example
//压缩文件夹 $this->zipfile->addDirRecursive($beforepath); // save the archive to a file $this->zipfile->withNewPassword('run1234!@#'); $this->zipfile->saveAsFile($zippath.'/'.$zipname); $this->zipfile->close();
The text was updated successfully, but these errors were encountered: