DOMDocument
PHP Manual

DOMDocument::createTextNode

(PHP 5)

DOMDocument::createTextNodeCreate new text node

Opis

DOMText DOMDocument::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.

Zobacz też:


DOMDocument
PHP Manual