<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.dom-characterdata.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  '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);

?>
<div id="dom-characterdata.appenddata" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Dom\CharacterData::appendData</h1>
  <p class="verinfo">(PHP 8 &gt;= 8.4.0)</p><p class="refpurpose"><span class="refname">Dom\CharacterData::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-dom-characterdata.appenddata-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>Dom\CharacterData::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.void.php" class="type void">void</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-dom-characterdata.appenddata-parameters">
  <h3 class="title">Parameter-Liste</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-dom-characterdata.appenddata-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="para">
   Gibt immer <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> zurück.
  </p>
 </div>


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


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