【疯狂android讲义第二版源码】【放大镜 源码】【汽车 保险 系统 源码】短信 php源码_短信php源码

来源:macd指标指标源码

1.PHP调用Http短信接口(返回值为xml),短信在PHP中如何提取出来里面的值?

短信 php源码_短信php源码

PHP调用Http短信接口(返回值为xml),在PHP中如何提取出来里面的值?

       使用 simplexml_load_string函数就可以了,例子程序代码:

       <?源源码疯狂android讲义第二版源码php

       $string = <<<XML

       <?xml version="1.0" encoding="utf-8" ?>

       <returnsms>

       <returnstatus>status</returnstatus>

       <message>message</message>

       </returnsms>

       XML;

       $xml = simplexml_load_string($string);

       echo 'returnstatus:',$xml->returnstatus,"\n";

       echo 'message:',$xml->message,"\n";

       print_r($xml);

>

文章所属分类:百科频道,点击进入>>