php8.5
Home/ Manual/ dom / domcharacterdata/ DOMCharacterData::appendData

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

data

The string to append.

Return Values

Always

Changelog

VersionDescription
8.3.0This function now has a tentative true return type.

See Also

  • DOMCharacterData::deleteData
  • DOMCharacterData::insertData
  • DOMCharacterData::replaceData
  • DOMCharacterData::substringData

Source: reference/dom/domcharacterdata/appenddata.xml · from the official PHP manual (php/doc-en)