会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
y0umer
纯码农一枚,曾经的冰魂,现在的y0umer!
管理
2012年9月12日
php发送get、post请求的几种方法
摘要: 方法1: 用file_get_contents 以get方式获取内容方法2: 用fopen打开url, 以get方式获取内容方法3:用file_get_contents函数,以post方式获取url 'bar');//生成url-encode后的请求字符串,将数组转换为字符串$data = http...
阅读全文
posted @ 2012-09-12 07:31 y0umer
阅读(247)
评论(0)
推荐(0)
编辑