DOMDocument::createCDATASection
(PHP 5)
DOMDocument::createCDATASection — Create new cdata node
Описание
DOMCDATASection DOMDocument::createCDATASection
( string $data
)
Список параметров
-
data
-
The content of the cdata.
Возвращаемые значения
The new DOMCDATASection or FALSE if an error occured.