Dom\CharacterData::appendData

(PHP 8 >= 8.4.0)

Dom\CharacterData::appendData Append the string to the end of the character data of the node

Beschreibung

public Dom\CharacterData::appendData(string $data): void

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

Parameter-Liste

data

The string to append.

Rückgabewerte

Gibt immer true zurück.

Siehe auch