(PHP 5, PHP 7, PHP 8)
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().
data
The content of the cdata.
The new DOMCDATASection or false
if an error occurred.