<?php class SimpleXMLExtended extends SimpleXMLElement { public function addCDATA($cData) { $node = dom_import_simplexml($this); $no ...
確定! 回上一頁