DOMDocument->createProcessingInstruction

(no version information, might be only in CVS)

DOMDocument->createProcessingInstruction -- Crea un nuovo nodo PI

Descrizione

object DOMDocument->createProcessingInstruction ( string target [, string data] )

Questa funzione restituisce una nuova istanza della classe DOMProcessingInstruction. IL contenuto della PI รจ 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