วันพฤหัสบดีที่ 27 กันยายน พ.ศ. 2555

php-xml-edit-attribute

ไฟล์ edit-attribute.php
<?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>

ไม่มีความคิดเห็น:

แสดงความคิดเห็น