createComment()"HREF="function.dom-domdocument-createcomment.html"> Manuál PHP Pře..."/>
Forum und email
DOMDocument->createCDATASection()

DOMDocument->createCDATASection()

(no version information, might be only in CVS)

DOMDocument->createCDATASection() -- Create new cdata node

Popis

class DOMDocument {

DOMCDATASection createCDATASection ( string data )

}

This function creates a new instance of class DOMCDATASection. Tento uzel se v dokumentu neobjeví, nebyl-li přidán např. funkcí DOMNode->appendChild().

Seznam parametrů

data

The content of the cdata.

Návratové hodnoty

The new DOMCDATASection or FALSE if an error occured.