(PHP 5)
DOMDocument::createCDATASection — Create new cdata node
This function creates a new instance of class DOMCDATASection. Acest nod nu va apărea în document dacă nu este inserat cu DOMNode->appendChild() de exemplu.
The content of the cdata.
The new DOMCDATASection or FALSE if an error occured.