DOMDocument::createTextNode
Create new text node
Beschreibung
public DOMText DOMDocument::createTextNode
( string $content
)
Parameter-Liste
-
content
-
The content of the text.
Rückgabewerte
The new DOMText or FALSE if an error occurred.
Siehe auch
- DOMNode::appendChild
- DOMDocument::createAttribute
- DOMDocument::createAttributeNS
- DOMDocument::createCDATASection
- DOMDocument::createComment
- DOMDocument::createDocumentFragment
- DOMDocument::createElement
- DOMDocument::createElementNS
- DOMDocument::createEntityReference
- DOMDocument::createProcessingInstruction