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): bool

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

參數

data

The string to append.

返回值

沒有返回值。

參見