<?php $sx = new SimpleXMLElement('./test.xml', null, true); $sx->book[1]['id'] = 9; $sx->asXML('./test.xml');ไฟล์ test.xml
<?xml version="1.0" encoding="UTF-8"?> <books> <book id="1"> <author>AAA</author> </book> <book id="2"> <author>BBB</author> </book> </books>
ไม่มีความคิดเห็น:
แสดงความคิดเห็น