(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.