DOMDocument->createTextNode

(no version information, might be only in CVS)

DOMDocument->createTextNode -- Crea un nuovo nodo di testo

Descrizione

object DOMDocument->createTextNode ( string content )

Questa funzione restituisce una nuova istanza di DOMText. Il contenuto del testo viene passato tramite il parametro. This node will not show up in the document unless it is inserted with e.g. DOMNode->appendChild().

Restituisce FALSE se si verifica un errore.

Vedere anche DOMNode->appendChild(), DOMDocument->createElement(), DOMDocument->createAttribute() e DOMDocument->createComment().

Hosting by: hurra.com
Generated: 2007-01-26 17:56:40