The DOMComment class
(PHP 5)
Einführung
Represents comment nodes, characters delimited by <!--
and -->.
Klassenbeschreibung
DOMComment
extends
DOMCharacterData
{
/* Methoden */
DOMComment::__construct
([ string $value
] )
/* Geerbte Methoden */
public string DOMNode::C14N
([ bool $exclusive
[, bool $with_comments
[, array $xpath
[, array $ns_prefixes
]]]] )
public int DOMNode::C14NFile
( string $uri
[, bool $exclusive
[, bool $with_comments
[, array $xpath
[, array $ns_prefixes
]]]] )
}Inhaltsverzeichnis
- DOMComment::__construct — Creates a new DOMComment object
DOMComment
There are no user contributed notes for this page.