The DOMCdataSection class
(PHP 5, PHP 7, PHP 8)
簡介
The DOMCdataSection inherits from DOMText for textural representation of CData constructs.
類摘要
class DOMCdataSection
extends
DOMText
{
/* 繼承的屬性 */
/* 方法 */
/* 繼承的方法 */
public DOMNode::C14N(
bool
bool
?array
?array
): string|false
bool
$exclusive
= false
,bool
$withComments
= false
,?array
$xpath
= null
,?array
$nsPrefixes
= null
): string|false
public DOMNode::C14NFile(
string
bool
bool
?array
?array
): int|false
}string
$uri
,bool
$exclusive
= false
,bool
$withComments
= false
,?array
$xpath
= null
,?array
$nsPrefixes
= null
): int|false
目錄
- DOMCdataSection::__construct — Constructs a new DOMCdataSection object