(PHP 5, PHP 7, PHP 8)
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.