皮皮网
皮皮网
android 源码sdk

【appinventor源码下载】【网游外挂源码】【审核流源码】短信 php源码_短信php源码

时间:2024-12-01 00:20:27 分类:休闲 编辑:vb按键精灵 源码
1.PHP调用Http短信接口(返回值为xml),短信在PHP中如何提取出来里面的值?

短信 php源码_短信php源码

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

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

       <?源源码appinventor源码下载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);

>

本文地址:http://0553.net.cn/html/05e602293972.html

关注焦点

热点资讯

copyright © 2016 powered by 皮皮网   sitemap