(PHP 5)
DOMDocument::createCDATASection — Create new cdata node
This function creates a new instance of class DOMCDATASection. Questo nodo non verrĂ mostrato nel documento a meno che venga inserito con, es. DOMNode::appendChild().
data
The content of the cdata.
The new DOMCDATASection or FALSE
if an error occurred.