PHP解压无需外部库
是否有一个 php 函数或类不需要使用 php 编译特殊库来解压缩文件。
我正在寻找完全用 php 处理解压缩和解压缩的东西。看起来它们都需要一些用 php 编译的外部扩展。如果我错了请纠正我。
Is there a php function or class that does not require special libraries to be compiled with php in order to unzip a file.
I'm looking for something that processes the unzip and decompression entirely with php. It seems like all of them require some external extensions compiled with php. Correct me if I'm wrong.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
老实说,这是我以前从未见过的。如果您要求(如果尚未安装),大多数主机实际上会为您安装 zlib 等库,以便您可以使用该功能
This is something I've never seen before to be honest. Most hosts will actually install libraries such as zlib for you if you ask (if they're not already) so you can use the functionality