
| Path : /proc/thread-self/root/usr/src/php/ext/simplexml/examples/ |
| Current File : //proc/thread-self/root/usr/src/php/ext/simplexml/examples/security.php |
<?php
$s = simplexml_load_file('security.xml');
echo $s->id;
$s->id = 20;
$s->asXML('security.new.xml');
?>