DOMDocument::createCDATASection
Create new cdata node
&reftitle.description;
public DOMCdataSectionfalseDOMDocument::createCDATASection
stringdata
This function creates a new instance of class
DOMCDATASection. &dom.node.inserted;
&reftitle.parameters;
data
The content of the cdata.
&reftitle.returnvalues;
The new DOMCDATASection or &false; if an error occurred.
&reftitle.seealso;
DOMNode::appendChild
DOMDocument::createAttribute
DOMDocument::createAttributeNS
DOMDocument::createComment
DOMDocument::createDocumentFragment
DOMDocument::createElement
DOMDocument::createElementNS
DOMDocument::createEntityReference
DOMDocument::createProcessingInstruction
DOMDocument::createTextNode