DOMDocument->createCDATASection()

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

Opis

class DOMDocument {

DOMCDATASection 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.

Patrz także

DOMNode->appendChild()
DOMDocument->createAttribute()
DOMDocument->createAttributeNS()
DOMDocument->createComment()
DOMDocument->createDocumentFragment()
DOMDocument->createElement()
DOMDocument->createElementNS()
DOMDocument->createEntityReference()
DOMDocument->createProcessingInstruction()
DOMDocument->createTextNode()

Hosting by: Hurra Communications Sp. z o.o.
Generated: 2007-01-26 18:02:43