Updating XML node with PHP

前端 未结 3 1375
说谎
说谎 2020-11-29 08:40

I\'ve an XML file test.xml



  
    
      FirstName
             


        
3条回答
  •  情歌与酒
    2020-11-29 09:18

    You have to write the changes back to the file, use the asXML method of the SimpleXMLElement.

提交回复
热议问题