php經過curl請求api

//post請求 function postXMLCurl($url, $xml) { $ch = curl_init(); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true)
相關文章
相關標籤/搜索