put('myqrfile.png', $img_data); // 将二进制图片数据写入到文件 file_put_contents('myqrfile.png', $img_data);