Get file content from URL?

后端 未结 5 1961
逝去的感伤
逝去的感伤 2020-11-28 06:21

When I use following URL in browser then it prompt me to download a text file with JSOn content.

https://chart.googleapis.com/chart?cht=p3&chs=250x100&chd=t:

5条回答
  •  清酒与你
    2020-11-28 07:12

    Don't forget: to get HTTPS contents, your OPENSSL extension should be enabled in your php.ini. (how to get contents of site use HTTPS)

提交回复
热议问题