图片转化成文件流

$str = fopen('http://admin.e-yaodian.cn//attachment/images/global/card/6.png', 'r');
$LIST = stream_get_contents($str, -1, -1);
file_put_contents('a.png', $LIST);die;

posted @ 2017-11-28 18:45  太空刘  阅读(923)  评论(0编辑  收藏  举报