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