$dom = dom_import_simplexml($path); $cdata = $dom->ownerDocument->createCDATASection($string); $dom->appendChild($cdata);
確定! 回上一頁