DOMDocument
PHP Manual

DOMDocument::createTextNode

(PHP 5)

DOMDocument::createTextNodeCreate new text node

Descrizione

public DOMText DOMDocument::createTextNode ( string $content )

This function creates a new instance of class DOMText. Questo nodo non verrĂ  mostrato nel documento a meno che venga inserito con, es. DOMNode::appendChild().

Elenco dei parametri

content

The content of the text.

Valori restituiti

The new DOMText or FALSE if an error occurred.

Vedere anche:


DOMDocument
PHP Manual