(PHP 5)
DOMDocument::createTextNode — Create new text node
This function creates a new instance of class DOMText. Този възел няма да се показва в документа докато не бъде вмъкнат с DOMNode->appendChild().
The content of the text.
The new DOMText or FALSE if an error occured.