PHP は要求された XML データをどのように取得しますか? 相手は HTTP プロトコルのポストを通じて XML データをどのように取得しますか?
コードをコピー コードは次のとおりです。
$xml_data ='
''。
'
'<ブランド>/ブランド>。 >'代理店>'。アダルト>'。
'<アダルト AGE="" ID="2">アダルト> .
'乗客>'.
'
$URL = "https://www.yourwebserver.com/path/"; URL);
curl_setopt($ch, Curlopt_mute, 1);
Curl_Setopt ($ ch, Curlopt_post, 1); , CURLOPT_HTTPHEADER, array('Content-Type: text/xml'));
curl_setopt($ch, CURLOPT_POSTFIELDS, "$xml_data");
$出力 =curl_exec($ch);
curl_close($ch)>