PHP createTextNode with br tag ... $newelement = $doc->createTextNode($para->nodeValue); $newelement->appendChild($doc->createElement('br')); $new_node = $para-> ...
確定! 回上一頁