1.PHP调用Http短信接口(返回值为xml),短短信在PHP中如何提取出来里面的值?
PHP调用Http短信接口(返回值为xml),在PHP中如何提取出来里面的值?
使用 simplexml_load_string函数就可以了,例子程序代码:
<?送源大灰狼862源码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);
>lpk 源码
开源码网站设计_开源码网站设计方案
文章类网站源码_文章类网站源码是什么
ios 棋牌游戏源码
snprintf 源码
王者荣耀透视源码_王者荣耀透视源码怎么用