PHP fseek 与远程文件

发布于 2024-12-05 22:00:32 字数 45 浏览 1 评论 0原文

我想从末尾读取远程文件,但 fseek 不支持远程文件。有办法做到这一点吗?

I want to read remote file from the end but fseek doesn't support remote files. Is there way to make this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

∝单色的世界 2024-12-12 22:00:32

编写您自己的 streamwrapper。或者在本地复制整个文件并对其进行 fseek。

Write your own streamwrapper. Or copy the whole file locally and fseek on that.

梦境 2024-12-12 22:00:32

你应该尝试 cURL 。它应该完成工作。
你只需要检查你的网络服务器上是否安装了 CURL。

you should try cURL . it should get the job done.
u just need to check if CURL is installed on ur web server.

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