将xml字符串换行成数组
2012-06-01 19:27:06 来源:WEB开发网核心提示:可能耗时得那么一点点.贵在简单啦.当然,递归,多层级的xml也是毫无压力的.<?php$xml=new SimpleXMLElement($string);$array = json_decode(json_encode($xml),true);?>
可能耗时得那么一点点.贵在简单啦.当然,递归,多层级的xml也是毫无压力的.
<?php $xml=new SimpleXMLElement($string); $array = json_decode(json_encode($xml),true); ?>
更多精彩
赞助商链接