DOMDocument::createCDATASection
(PHP 5)
DOMDocument::createCDATASection — Create new cdata node
Description
DOMCDATASection DOMDocument::createCDATASection ( string $data )
Parameters
- data
-
The content of the cdata.
Return Values
The new DOMCDATASection or FALSE if an error occured.