DOMDocument->createTextNode Create new text node &reftitle.description; DOMDocument DOMText createTextNode stringcontent This function returns a new instance of class DOMText. The content of the text is the value of the passed parameter. &dom.node.inserted; The return value is &false; if an error occurred. See also DOMNode->appendChild(), DOMDocument->createElement(), DOMDocument->createAttribute() and DOMDocument->createComment().