$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;