(no version information, might be only in CVS)
DOMDocument->createCDATASection -- Create new cdata nodeThis function returns a new instance of class DOMCDATASection. The content of the cdata is the value of the passed parameter. Dieser Knoten wird in Ihrem Dokument nicht sichtbar sein, bis dieser zum Beispiel mit der Funktion DOMNode->appendChild() eingefügt wird.
The return value is FALSE if an error occurred.
See also DOMNode->appendChild(), DOMDocument->createElement(), DOMDocument->createTextNode(), DOMDocument->createAttribute(), DOMDocument->createProcessingInstruction().
Zurück | Zum Anfang | Weiter |
DOMDocument->createAttributeNS | Nach oben | DOMDocument->createComment |