The DOMCharacterData class
(PHP 5, PHP 7)
Introducere
Represents nodes with character data. No nodes directly correspond to
this class, but other nodes do inherit from it.
Sinopsisul clasei
public deleteData
(
int $offset
,
int $count
) :
void
public insertData
(
int $offset
,
string $data
) :
void
public replaceData
(
int $offset
,
int $count
,
string $data
) :
void
public DOMNode::C14N
(
bool $exclusive
= ?
,
bool $with_comments
= ?
,
array $xpath
= ?
,
array $ns_prefixes
= ?
) :
string|false
public DOMNode::C14NFile
(
string $uri
,
bool $exclusive
= false
,
bool $with_comments
= false
,
array $xpath
= ?
,
array $ns_prefixes
= ?
) :
int|false
}
Proprietăți
- data
-
The contents of the node.
- length
-
The length of the contents.
Cuprins