WEB开发网
开发学院WEB开发PHP 将xml字符串换行成数组 阅读

将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);
?>

Tags:xml 字符 串换

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接