DOMDocument
PHP Manual

DOMDocument::createCDATASection

(PHP 5)

DOMDocument::createCDATASectionCreate new cdata node

Opis

DOMCDATASection DOMDocument::createCDATASection ( string $data )

This function creates a new instance of class DOMCDATASection. Ten węzeł nie pojawi się w dokumencie dopóki nie zostanie wstawiony, np. metodą DOMNode->appendChild().

Parametry

data

The content of the cdata.

Zwracane wartości

The new DOMCDATASection or FALSE if an error occured.

Zobacz też:


DOMDocument
PHP Manual