DOMDocument->createCDATASection()
Create new cdata node
&reftitle.description;
DOMDocument
DOMCDATASectioncreateCDATASection
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 occured.
&reftitle.seealso;