如何在 PHP 中将多个文件放入一个 ZIP 中?
可能的重复:
使用 php 将多个文件下载为 zip 文件夹 < /p>
每个人, 我有 5 张图片:image_1.png、image_2.png、image_3.png、image_4.png、image_5.png 我怎样才能将所有这些文件放入一个 ZIP 文件中并允许下载它们。我在 PHP/HTML 中
Possible Duplicate:
Download multiple files as a zip folder using php
Hi everyone,
I have 5 images : image_1.png, image_2.png, image_3.png, image_4.png, image_5.png
HOW can I put all these files in one ZIP file and allow them to be downloded. am in PHP/HTML
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在一个包含 PHP 的 zip 文件中?然后你可以使用这个:
http://www.phpconcept.net/pclzip/
这是一个真正的很棒的图书馆,我用过它几次。了解 PclZip 如何使用它。如果您有疑问,请询问...
In one zip file with PHP? Then you can use this:
http://www.phpconcept.net/pclzip/
It is a really great library, and I used it a few times. Take a look into PclZip how to use it. If you have questions, ask ...