DOMDocument::createTextNode

(PHP 5, PHP 7)

DOMDocument::createTextNodeCreate new text node

Beschreibung

public DOMDocument::createTextNode ( string $content ) : DOMText

This function creates a new instance of class DOMText. Dieser Knoten wird in Ihrem Dokument nicht sichtbar sein, bis dieser zum Beispiel mit der Funktion DOMNode::appendChild eingefügt wird.

Parameter-Liste

content

The content of the text.

Rückgabewerte

The new DOMText or FALSE if an error occurred.

Siehe auch