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

Opis

class DOMDocument {

DOMText createTextNode ( string content )

}

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

Parametry

content

The content of the text.

Zwracane wartości

The new DOMText or FALSE if an error occured.