create new xml object $xml = new XML(); // create xml element $root = $xml->createElement('xml'); $xml->appendChild($root); // loop through list foreach ...
確定! 回上一頁