DOMCharacterData::appendData
PHP function
Edit on GitHub ✎
(PHP 5, PHP 7, PHP 8)
Append the string to the end of the character data of the node
Description
DOMCharacterData::appendData(string $data): true
Append the string data to the end of the character data of the node.
Parameters
dataThe string to append.
Return Values
Always
Changelog
| Version | Description |
|---|---|
| 8.3.0 | This function now has a tentative true return type. |
See Also
DOMCharacterData::deleteDataDOMCharacterData::insertDataDOMCharacterData::replaceDataDOMCharacterData::substringData