DOMDocument->createTextNode()
(No version information available, might be only in CVS)
DOMDocument->createTextNode() — Create new text node
Popis
DOMDocument
DOMText createTextNode
( string $content
)
This function creates a new instance of class DOMText. Tento uzol sa v dokumente neobjavà pokiaľ nie vložený s napr. DOMNode->appendChild().
Parametre
- content
-
The content of the text.
Vrátené hodnoty
The new DOMText or FALSE if an error occured.
Tiež pozri
- DOMNode->appendChild()
- DOMDocument->createAttribute()
- DOMDocument->createAttributeNS()
- DOMDocument->createCDATASection()
- DOMDocument->createComment()
- DOMDocument->createDocumentFragment()
- DOMDocument->createElement()
- DOMDocument->createElementNS()
- DOMDocument->createEntityReference()
- DOMDocument->createProcessingInstruction()