• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • DOMCharacterData::appendData()

    (PHP 5, PHP 7)

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

    说明

    publicDOMCharacterData::appendData(string $data): void

    Append the string$datato the end of the character data of the node.

    参数

    $data

    The string to append.

    返回值

    没有返回值。

    参见

    • DOMCharacterData::deleteData() Remove a range of characters from the node
    • DOMCharacterData::insertData() Insert a string at the specified 16-bit unit offset
    • DOMCharacterData::replaceData() Replace a substring within the DOMCharacterData node
    • DOMCharacterData::substringData() Extracts a range of data from the node