Dutch PHP Conference 2025 - Call For Papers

DOMCharacterData::appendData

(PHP 5, PHP 7, PHP 8)

DOMCharacterData::appendData Append the string to the end of the character data of the node

Опис

public DOMCharacterData::appendData(string $data): true

Append the string data to the end of the character data of the node.

Параметри

data

The string to append.

Значення, що повертаються

Завжди повертає true.

Журнал змін

Версія Опис
8.3.0 This function now has a tentative true return type.

Прогляньте також

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top