getElementById()"HREF="function.dom-domdocument-getelementbyid.html"..."/>
Forum und email
DOMDocument->createTextNode()

DOMDocument->createTextNode()

(no version information, might be only in CVS)

DOMDocument->createTextNode() -- Create new text node

Popis

class DOMDocument {

DOMText createTextNode ( string content )

}

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

Seznam parametrů

content

The content of the text.

Návratové hodnoty

The new DOMText or FALSE if an error occured.