The DOMComment class
Introduction
    Represents comment nodes, characters delimited by <!--
    and -->.
   
Class synopsis
     
      DOMComment
     
 
     
      extends
      DOMCharacterData
     
 
     {
 
    /* Methods */
    
     DOMComment::__construct
     ([ string $value
   ] )
 
    /* Inherited methods */
    
    
   }Table of Contents
- DOMComment::__construct — Creates a new DOMComment object