array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'dom-characterdata.appenddata.php', 1 => 'Dom\\CharacterData::appendData', 2 => 'Append the string to the end of the character data of the node', ), 'up' => array ( 0 => 'class.dom-characterdata.php', 1 => 'Dom\\CharacterData', ), 'prev' => array ( 0 => 'dom-characterdata.after.php', 1 => 'Dom\\CharacterData::after', ), 'next' => array ( 0 => 'dom-characterdata.before.php', 1 => 'Dom\\CharacterData::before', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/dom/dom/characterdata/appenddata.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

Dom\CharacterData::appendData

(PHP 8 >= 8.4.0)

Dom\CharacterData::appendData Append the string to the end of the character data of the node

说明

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

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

参数

data

The string to append.

返回值

总是返回 true

参见