当前位置: 代码迷 >> 综合 >> SimpleXMLElement 对象相关学习
  详细解决方案

SimpleXMLElement 对象相关学习

热度:4   发布时间:2024-01-09 14:15:19.0

simplexml_load_string把字符串转换成SimpleXMLElement 对象

$str='<tpl><tag name="xxxxxx" /></tpl>';
$xml=simplexml_load_string($str);
未完待续.....