Here's how to extend SimpleXMLElement with a new method prependChild(): class my_node extends SimpleXMLElement { public function prependChild($name, ...
確定! 回上一頁