会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Loading
王召波
微信个人公众号:
若水小站
免 费 领 券地址:
送券君
博客园
首页
管理
2018年8月17日
PHPcurl的post/get请求
摘要: ###post/get请求方法 function getCurl($url,$data=null,$method='post',$https=true){ //1. 初始化 $ch = curl_init(); //2.设置参数 curl_setopt($ch, CURLOPT_URL,$url);
阅读全文
posted @ 2018-08-17 09:58 王召波
阅读(731)
评论(0)
推荐(0)
编辑
公告