<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.dom-childnode.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'dom-childnode.remove.php',
    1 => 'Dom\\ChildNode::remove',
    2 => 'Removes the node',
  ),
  'up' => 
  array (
    0 => 'class.dom-childnode.php',
    1 => 'Dom\\ChildNode',
  ),
  'prev' => 
  array (
    0 => 'dom-childnode.before.php',
    1 => 'Dom\\ChildNode::before',
  ),
  'next' => 
  array (
    0 => 'dom-childnode.replacewith.php',
    1 => 'Dom\\ChildNode::replaceWith',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/dom/dom/childnode/remove.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="dom-childnode.remove" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Dom\ChildNode::remove</h1>
  <p class="verinfo">(PHP 8 &gt;= 8.4.0)</p><p class="refpurpose"><span class="refname">Dom\ChildNode::remove</span> &mdash; <span class="dc-title">Removes the node</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-dom-childnode.remove-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>Dom\ChildNode::remove</strong></span>(): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>

  <p class="para rdfs-comment">
   Removes the node.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-dom-childnode.remove-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <p class="para">Diese Funktion besitzt keine Parameter.</p>
 </div>

 <div class="refsect1 returnvalues" id="refsect1-dom-childnode.remove-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="para">
   Es wird kein Wert zurückgegeben.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-dom-childnode.remove-seealso">
  <h3 class="title">Siehe auch</h3>
  <ul class="simplelist">
   <li><span class="methodname"><a href="dom-childnode.after.php" class="methodname" rel="rdfs-seeAlso">Dom\ChildNode::after()</a> - Adds nodes after the node</span></li>
   <li><span class="methodname"><a href="dom-childnode.before.php" class="methodname" rel="rdfs-seeAlso">Dom\ChildNode::before()</a> - Adds nodes before the node</span></li>
   <li><span class="methodname"><a href="dom-childnode.replacewith.php" class="methodname" rel="rdfs-seeAlso">Dom\ChildNode::replaceWith()</a> - Replaces the node with new nodes</span></li>
   <li><span class="methodname"><strong>Dom\Node::removeChild()</strong></span></li>
  </ul>
 </div>


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