Skip to content

Files

Latest commit

fc0f7f5 · Jul 26, 2016

History

History

image_grab_demo

图片抓取demo

  • 第一种方法:采用file_get_contents 将整个文件读入一个字符串
  • 第二种方法:采用curl 将文件读入一个字符串