PHPTS:一键免费搭建 Nginx + PHP + MySQL 运行环境

DOMCharacterData::appendData

(PHP 5, PHP 7)

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

说明

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

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

参数

data

The string to append.

返回值

没有返回值。

参见