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