Dom\CharacterData::appendData

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

Description

public void Dom\CharacterData::appendData(string $data)

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

Parameters

data

The string to append.

Return Values

Always returns true.

See Also

  • Dom\CharacterData::deleteData
  • Dom\CharacterData::insertData
  • Dom\CharacterData::replaceData
  • Dom\CharacterData::substringData