(PHP 5, PHP 7)
Append the string to the end of the character data of the node
void DOMCharacterData::appendData ( string $data )
Append the string data
to the end of the character data of the node.
Parameters:
data
The string to append.
Returns:
No value is returned.
See also:
DOMCharacterData::deleteData() -
DOMCharacterData::insertData() -
Please login to continue.