DOMDocument::createTextNode
Create new text node
&reftitle.description;
public DOMTextDOMDocument::createTextNode
stringcontent
This function creates a new instance of class
DOMText. &dom.node.inserted;
&reftitle.parameters;
content
The content of the text.
&reftitle.returnvalues;
The new DOMText or &false; if an error occurred.
&reftitle.seealso;
DOMNode::appendChild
DOMDocument::createAttribute
DOMDocument::createAttributeNS
DOMDocument::createCDATASection
DOMDocument::createComment
DOMDocument::createDocumentFragment
DOMDocument::createElement
DOMDocument::createElementNS
DOMDocument::createEntityReference
DOMDocument::createProcessingInstruction