您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息

php通过http post发送json数据

2025/6/8 12:30:04发布14次查看
通过http post发送json数据
function http_post_data($url, $data_string) { $ch = curl_init(); curl_setopt($ch, curlopt_post, 1); curl_setopt($ch, curlopt_url, $url); curl_setopt($ch, curlopt_postfields, $data_string); curl_setopt($ch, curlopt_httpheader, array( 'content-type: application/json; charset=utf-8', 'content-length: ' . strlen($data_string)) ); ob_start(); curl_exec($ch); $return_content = ob_get_contents(); ob_end_clean(); $return_code = curl_getinfo($ch, curlinfo_http_code); return array($return_code, $return_content);}$url = http://xx.xx.cn;$data = json_encode(array('a'=>1, 'b'=>2));list($return_code, $return_content) = http_post_data($url, $data);
该用户其它信息

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录 Product