The DOMCharacterData class
(PHP 5, PHP 7)
소개
Represents nodes with character data. No nodes directly correspond to
this class, but other nodes do inherit from it.
클래스 개요
void replaceData
(
int $offset
,
int $count
,
string $data
)
public string DOMNode::C14N
([
bool $exclusive
[,
bool $with_comments
[,
array $xpath
[,
array $ns_prefixes
]]]] )
public int DOMNode::C14NFile
(
string $uri
[,
bool $exclusive
[,
bool $with_comments
[,
array $xpath
[,
array $ns_prefixes
]]]] )
}
프로퍼티
- data
-
The contents of the node.
- length
-
The length of the contents.
Table of Contents