DOMCharacterData::appendData
(PHP 5, PHP 7, PHP 8)
DOMCharacterData::appendData — Append the string to the end of the character data of the node
Beschreibung
$data
): bool
Append the string data
to the end of the character data of the node.
Parameter-Liste
-
data
-
The string to append.
Rückgabewerte
Es wird kein Wert zurückgegeben.
Siehe auch
- DOMCharacterData::deleteData() - Remove a range of characters from the node
- DOMCharacterData::insertData() - Insert a string at the specified 16-bit unit offset
- DOMCharacterData::replaceData() - Replace a substring within the DOMCharacterData node
- DOMCharacterData::substringData() - Extracts a range of data from the node