class my_node extends SimpleXMLElement { public function prependChild($name, $value) { $dom = dom_import_simplexml($this); $new = $dom->insertBefore( ...
確定! 回上一頁