DOMCdataSection (class)
The DOMCdataSection class
介绍
(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 →