(No version information available, might be only in CVS)
DOMDocument->createCDATASection() — Create new cdata node
This function creates a new instance of class DOMCDATASection. Este nodo no sera mostrado en el documento a no ser que sea introducido por ejemplo con DOMNode->appendChild().
The content of the cdata.
The new DOMCDATASection or FALSE if an error occured.