会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
笑笑别人
新随笔
管理
2015年3月20日
php发送get、post请求的几种方法
摘要: 方法1: 用file_get_contents 以get方式获取内容 方法2: 用fopen打开url, 以get方式获取内容 方法3:用file_get_contents函数,以post方式获取url 方法4:用fsockopen函数打开url,以get方式获取完整的数据,包括header和bod
阅读全文
posted @ 2015-03-20 17:53 笑笑别人
阅读(556)
评论(0)
推荐(0)
编辑