(PHP 5)
DOMDocument::createCDATASection — Create new cdata node
This function creates a new instance of class DOMCDATASection. This node will not show up in the document unless it is inserted with (e.g.) DOMNode->appendChild().
The content of the cdata.
The new DOMCDATASection or FALSE if an error occured.