最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
php 接收与发送xml文件
时间:2022-07-02 10:10:57 编辑:袖梨 来源:一聚教程网
$url = http://*des*t_*url;
$header[] = "Content-type: text/xml";//定义content-type为xml
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_HTTPHEADER, $header);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $xml_data);
$response = curl_exec($ch);
if(curl_errno($ch))
{
print curl_error($ch);
}
curl_close($ch);
fputs($fp, "POST $path HTTP/1.0rn");
fputs($fp, "Host: $serverrn");
fputs($fp, "Content-Type: text/xmlrn");
fputs($fp, "Content-Length: $contentLengthrn");
fputs($fp, "Connection: closern");
fputs($fp, "rn"); // all headers sent
fputs($fp, $xml_data);
$result = '';
while (!feof($fp)) {
$result .= fgets($fp, 128);
}
return $result;
相关文章
- 羞羞漫画首页登录入口-羞羞漫画官网登录 03-06
- 超星学生通登录入口-超星官网网页版登录入口 03-06
- Zlibrary中文官网-最新入口2026 03-06
- jm天堂漫画-官网最新入口 03-06
- vivo手游中心官网登录入口_vivo游戏中心最新版下载 03-06
- 麻花豆传媒剧免费高清mv-麻花豆传媒剧最新mv在线畅看 03-06