DOMDocument
PHP Manual

DOMDocument::createComment

(PHP 5)

DOMDocument::createCommentCreate new comment node

Descrizione

public DOMComment DOMDocument::createComment ( string $data )

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

Elenco dei parametri

data

The content of the comment.

Valori restituiti

The new DOMComment or FALSE if an error occurred.

Vedere anche:


DOMDocument
PHP Manual