php xml转数组

function xml_to_array($Obj){
    $result= (array)simplexml_load_string($Obj,'SimpleXMLElement', LIBXML_NOCDATA); 
    return $result;
}

 

posted @ 2020-04-02 13:41  酷酷的城池  阅读(142)  评论(0编辑  收藏  举报