DOMDocument->createComment

(no version information, might be only in CVS)

DOMDocument->createComment -- Crea un nuovo nodo di commento

Descrizione

object DOMDocument->createComment ( string data )

Questa funzione restituisce una nuova istanza di DOMComment. Il contenuto del commento รจ il valore indicato nel secondo 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->createTextNode(), DOMDocument->createAttribute() e DOMDocument->createProcessingInstruction().

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