| php-manual.net |
|
| Home | PHP Manual auf Deutsch | PHP Manual in English | PHP manuel le sur le français | Impressum |
DOMDocument->createTextNode()(No version information available, might be only in CVS) DOMDocument->createTextNode() — Create new text node BeschreibungDOMDocument
DOMText createTextNode
( string $content
)
This function creates a new instance of class DOMText. Dieser Knoten wird in Ihrem Dokument nicht sichtbar sein, bis dieser zum Beispiel mit der Funktion DOMNode->appendChild() eingefügt wird. Parameter Liste
RückgabewerteThe new DOMText or FALSE if an error occured. Siehe auch
|