Is it possible to insert a comment tag into an xml using simplexml?

后端 未结 4 865
粉色の甜心
粉色の甜心 2020-12-20 16:21

I am using SimpleXML to build a document, and wondering whether it is possible to insert comment tag to the document like this:


  '], $xml_str)
echo $xml_str;

  

提交回复
热议问题