欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

php webservice 接口 实例 机票航班时刻表_PHP教程

程序员文章站 2022-03-25 21:14:09
...
$fromcity,
'lastCity'=>$tocity,
'theDate'=>$date,
'userID'=>''
);




$city=$client->getDomesticCity();
$city=get_object_vars($city);  
$city=$city['getDomesticCityResult']->any;

//print_r($city);
//var_dump($city);
$city_xml = simplexml_load_string($city); 





$result=$client->getDomesticAirlinesTime($parm);
$result=get_object_vars($result);  
$result=$result['getDomesticAirlinesTimeResult']->any;
//print_r($result['getDomesticAirlinesTimeResult']->any);


$obj_xml = simplexml_load_string($result);  
//print_r($obj_xml->children()->children());   
?>



WecXml.com.cn 火车时刻表 Web Service 实例
 
php webservice 接口 实例 机票航班时刻表_PHP教程
WebXml.com.cn 航班时刻表 Web Service 实例
 
 
children()->children() as $child) { ?>
航空公司 航班编号 出发机场 出发时间 到达机场 到达时间 机型 中途是否停
Company; ?> AirlineCode; ?> StartDrome; ?> StartTime; ?> ArriveDrome; ?> ArriveTime; ?> Mode; ?> AirlineStop==0) echo '不停';else{echo '停';} ?>

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/780969.htmlTechArticle$fromcity,lastCity=>$tocity,theDate=>$date,userID=>);$city=$client->getDomesticCity();$city=get_object_vars($city); $city=$city[getDomesticCityResult]->any;//print_r($city);//var_d...