本站提供最佳aspcms导航源码服务,欢迎转载和分享。

【通达信L2函数源码】【个人html免费源码】【能量起源源码】php 源码短信

2024-11-30 02:49:11 来源:回抽选股公式源码 分类:百科

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

php 源码短信

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

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

       <?码短通达信L2函数源码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/news/32d625493713.html 欢迎转载】

copyright © 2016 powered by 皮皮网   sitemap