SimpleXML add a string as a child

前端 未结 0 1183
粉色の甜心
粉色の甜心 2020-11-27 03:18

I have two different XML strings:

$tableXML = simplexml_load_file($tableFile);
$orderXML = simplexml_load_string($orderXML);

One is stored as

相关标签:
回答
  • 消灭零回复
提交回复
热议问题