Php/docs/domcharacterdata.appenddata

来自菜鸟教程
跳转至:导航、​搜索

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.


返回值

没有返回值。


参见