The DOMComment class
(PHP 5)
简介
Represents comment nodes, characters delimited by <!--
and -->.
类摘要
DOMComment
extends
DOMCharacterData
{
/* 方法 */
__construct
([ string
$value
] )/* 继承的方法 */
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
]]]] )Table of Contents
- DOMComment::__construct — Creates a new DOMComment object
There are no user contributed notes for this page.
