标签:
php访问url的四种方式 1.fopen方式 //访问指定URL函数
2.file_get_contents方式(打开远程文件的时候会造成CPU飙升。file_get_contents其实也可以post)
3.curl方式
4.fsockopen方式(只能获取网站主页信息,其他页面不可以)
php访问url的四种方式
原文地址:http://www.cnblogs.com/shsgl/p/5494675.html