DOMComment クラス
(PHP 5)
導入
コメントノード、つまり <!--
と --> で囲まれた文字を表します。
クラス概要
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
]]]] )目次
- DOMComment::__construct — 新しい DOMComment オブジェクトを作成する