simplexml_load_string把字符串转换成SimpleXMLElement 对象
$str='<tpl><tag name="xxxxxx" /></tpl>';
$xml=simplexml_load_string($str);
未完待续.....
simplexml_load_string把字符串转换成SimpleXMLElement 对象
$str='<tpl><tag name="xxxxxx" /></tpl>';
$xml=simplexml_load_string($str);
未完待续.....