标签:
xml格式转成array
<?php $str=‘<xml><node><![CDATA[content]]></node></xml>‘; $res = @simplexml_load_string($str,NULL,LIBXML_NOCDATA); $res = json_decode(json_encode($res),true); print_r($res);
php常用方法汇总
原文地址:http://www.cnblogs.com/liubei/p/phpCom.html