PHP解压无需外部库

发布于 2024-12-11 17:00:51 字数 112 浏览 0 评论 0原文

是否有一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

凉墨 2024-12-18 17:00:51

老实说,这是我以前从未见过的。如果您要求(如果尚未安装),大多数主机实际上会为您安装 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文