(PHP 5)
DOMDocument::createComment — Create new comment node
This function creates a new instance of class DOMComment. Этот узел не будет отображаться в документе до тех пор, пока он не будет вставлен, например, функцией DOMNode->appendChild().
The content of the comment.
The new DOMComment or FALSE if an error occured.