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.

返回值

没有返回值。

参见

User Contributed Notes

There are no user contributed notes for this page.