-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/xmlwriter/examples/
File Upload :
Current File : //usr/src/php/ext/xmlwriter/examples/xmlwriter_oo.php

<?php
$xw = new XMLWriter();
$xw->openUri('test.xml');
$xw->startDocument("1.0");
$xw->startElement("book");
$xw->text("example");
$xw->endElement();
$xw->endDocument();
$xw->flush(0);

Copyright © 2017 || Recoded By Mr.Bumblebee