(PHP 5)
DOMDocument::createComment — Create new comment node
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().
data
The content of the comment.
The new DOMComment or FALSE
if an error occurred.