当前位置:Gxlcms > PHP教程 > web-求将外部链接的图片直接上传至又拍云空间的方法(PHP)

web-求将外部链接的图片直接上传至又拍云空间的方法(PHP)

时间:2021-07-01 10:21:17 帮助过:5人阅读

现在的情况是提示错误:stream does not support seeking。
说明fseek方法无法作用于将外部图片链接。

回复内容:

现在的情况是提示错误:stream does not support seeking。
说明fseek方法无法作用于将外部图片链接。

使用 php 标准 sdk 可以将 fopen 函数换成 file_get_contents 函数 即可传网络图片。

人气教程排行