开发者

PHP fseek with remote files

I want to read remote file from the end but fseek doesn't support remote files. Is there way t开发者_如何学Pythono make this?


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


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜