« DOMAttr::isId
DOMCdataSection::__construct »
PHP Manual
DOM
DOMCdataSection クラス
DOMCdataSection クラス
(PHP 5, PHP 7)
はじめに
DOMCdataSection
は
DOMText
を継承したクラスで、 CData のテキスト表現に使います。
クラス概要
DOMCdataSection
extends
DOMText
{
/* メソッド */
public
__construct
(
string
$value
)
/* 継承したメソッド */
public
DOMText::isElementContentWhitespace
(
void
) :
bool
public
DOMText::isWhitespaceInElementContent
(
void
) :
bool
public
DOMText::splitText
(
int
$offset
) :
DOMText
}
目次
DOMCdataSection::__construct
— 新しい DOMCdataSection オブジェクトを作成する