DOMComment クラス
(PHP 5, PHP 7)
はじめに
コメントノード、つまり <!--
と --> で囲まれた文字を表します。
クラス概要
DOMComment
extends
DOMCharacterData
{
/* メソッド */
/* 継承したメソッド */
public DOMNode::C14N
([ bool
$exclusive
[, bool $with_comments
[, array $xpath
[, array $ns_prefixes
]]]] ) : string
public DOMNode::C14NFile
( string
}$uri
[, bool $exclusive
[, bool $with_comments
[, array $xpath
[, array $ns_prefixes
]]]] ) : int目次
- DOMComment::__construct — 新しい DOMComment オブジェクトを作成する