开发者

PHP fseek with remote files

开发者 https://www.devze.com 2023-04-06 10:35 出处:网络
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

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

精彩评论

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