DOMDocument::createCDATASection
(No version information available, might be only in CVS)
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.