1 .get请求
<?php //请求url地址$token="xxx";$url = "请求的地址";//初始化curl$ch = curl_init($url);//3.设置参数curl_to股指交割日pt($ch,curlopt_returntransfer,1);//4.调用接口$res = curl_exec($ch);if(curl_errno($ch)){ var_dump(curl_error($ch));}$resarr = json_decode($res,1);var_dump($resarr);//5.关闭curlcurl_clo($ch); ?>
2.post请求
<?php /* * $url post请求地址 * $rawdata post参数 */ fu广东二本nction curl_post_raw($url,$rawdata){ $ch = curl_init(); curl_topt($ch,curlopt_url,$url); 六年级下册语文第一课 curl_topt($ch,curlopt_header,0); 黄山仙女弹琴 curl_topt($ch,curlopt_returntransfer,1); curl_topt($ch,curlopt_connecttimeout,10); curl_topt($ch,curlopt_post,1); curl_topt($ch,curlopt_ssl_verifypeer,fal); curl_to爱生活pt($ch, curlopt_postfields, $rawdata); $data = curl_exec($ch); curl_clo($ch); return $data; }//这里获取获取到的token$token="26_-2fvbef4qoad3y37c-saxcjtaj2xvjiu1nyptgjszvbfsfl0nth9bi1abdxnyc3ywhwcmq5tfbvofb58qmyg0_wrboeczyyo1xeepqkezoyki623gqwv73jmmvhtf6vmodgi-j_bdheh3enrwxhcafapqa";//字符串转化$phone = "1000000000000";$time_out = time();
//需要发送请求的数据$params = json_encode( array( 'contact'=>array( 'phone'=>$phone, 'time_out'=>$time_out ) ) );$url = "/d/file/titlepic/tbizattr
本文发布于:2023-04-07 17:56:24,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/868eeb0df92b9ba9ebf89d7c4f67ab2c.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:PHP get和post向服务器发送请求.doc
本文 PDF 下载地址:PHP get和post向服务器发送请求.pdf
留言与评论(共有 0 条评论) |