<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.domcharacterdata.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  'this' => 
  array (
    0 => 'domcharacterdata.appenddata.php',
    1 => 'DOMCharacterData::appendData',
    2 => 'Append the string to the end of the character data of the node',
  ),
  'up' => 
  array (
    0 => 'class.domcharacterdata.php',
    1 => 'DOMCharacterData',
  ),
  'prev' => 
  array (
    0 => 'domcharacterdata.after.php',
    1 => 'DOMCharacterData::after',
  ),
  'next' => 
  array (
    0 => 'domcharacterdata.before.php',
    1 => 'DOMCharacterData::before',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/dom/domcharacterdata/appenddata.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="domcharacterdata.appenddata" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">DOMCharacterData::appendData</h1>
  <p class="verinfo">(PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">DOMCharacterData::appendData</span> &mdash; <span class="dc-title">
   Append the string to the end of the character data of the node
  </span></p>

 </div>
 <div class="refsect1 description" id="refsect1-domcharacterdata.appenddata-description">
  <h3 class="title">说明</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>DOMCharacterData::appendData</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$data</code></span>): <span class="type"><a href="language.types.singleton.php" class="type true">true</a></span></div>

  <p class="para rdfs-comment">
   Append the string <code class="parameter">data</code> to the end of the character data of the node.
  </p>
 </div>

 <div class="refsect1 parameters" id="refsect1-domcharacterdata.appenddata-parameters">
  <h3 class="title">参数</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">data</code></dt>
     <dd>
      <p class="para">
       The string to append.
      </p>
     </dd>
    
   </dl>
  </p>
 </div>

 <div class="refsect1 returnvalues" id="refsect1-domcharacterdata.appenddata-returnvalues">
  <h3 class="title">返回值</h3>
  <p class="para">
   总是返回 <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong>。
  </p>
 </div>

 <div class="refsect1 changelog" id="refsect1-domcharacterdata.appenddata-changelog">
  <h3 class="title">更新日志</h3>
  <table class="doctable informaltable">
   
    <thead>
     <tr>
      <th>版本</th>
      <th>说明</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr>
      <td>8.3.0</td>
      <td>
       This function now has a tentative <span class="type"><a href="language.types.singleton.php" class="type true">true</a></span> return type.
      </td>
     </tr>

    </tbody>
   
  </table>

 </div>

 <div class="refsect1 seealso" id="refsect1-domcharacterdata.appenddata-seealso">
  <h3 class="title">参见</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="methodname"><a href="domcharacterdata.deletedata.php" class="methodname" rel="rdfs-seeAlso">DOMCharacterData::deleteData()</a> - Remove a range of characters from the character data</span></li>
    <li><span class="methodname"><a href="domcharacterdata.insertdata.php" class="methodname" rel="rdfs-seeAlso">DOMCharacterData::insertData()</a> - Insert a string at the specified UTF-8 codepoint offset</span></li>
    <li><span class="methodname"><a href="domcharacterdata.replacedata.php" class="methodname" rel="rdfs-seeAlso">DOMCharacterData::replaceData()</a> - Replace a substring within the character data</span></li>
    <li><span class="methodname"><a href="domcharacterdata.substringdata.php" class="methodname" rel="rdfs-seeAlso">DOMCharacterData::substringData()</a> - Extracts a range of data from the character data</span></li>
   </ul>
  </p>
 </div>

</div><?php manual_footer($setup); ?>