PHP:如何打开 zip
有没有一种简单的方法可以用 PHP 打开和创建 zip ?
is there an easy way to open and create a zip with PHP?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有没有一种简单的方法可以用 PHP 打开和创建 zip ?
is there an easy way to open and create a zip with PHP?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
查看 PHP Zip 库。
以下是有关该主题的一些教程:
Have a look at the PHP Zip library.
Here are a few tutorials on the subject:
像 zip 库之类的东西?
Something like the zip library ?
查看
ZipArchive
,特别是open
方法。你像这样使用它:
Take a look at the documentation for
ZipArchive
, particularly theopen
method.You use it like this: