Forum und email

DOMDocument->createTextNode()

(No version information available, might be only in CVS)

DOMDocument->createTextNode() — Create new text node

Popis

DOMDocument
DOMText createTextNode ( string $content )

This function creates a new instance of class DOMText. Tento uzol sa v dokumente neobjaví pokiaľ nie vložený s napr. DOMNode->appendChild().

Parametre

content

The content of the text.

Vrátené hodnoty

The new DOMText or FALSE if an error occured.