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 实例
WebXml.com.cn 航班时刻表 Web Service 实例 | ||||||||||||||||
|
下一篇: php中如何给类规范的注释