php下载远程文件(图片)的三种方法

1. 使用file_get_contents 和 file_put_contents 方法下载远程图片:

实例:

2.使用php CURL 下载远程图片

实例:

3. 使用 fopen 下载远程图片:

实例:

点赞