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

contributors($setup);

?>
<div id="domchildnode.remove" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">DOMChildNode::remove</h1>
  <p class="verinfo">(PHP 8)</p><p class="refpurpose"><span class="refname">DOMChildNode::remove</span> &mdash; <span class="dc-title">Removes the node</span></p>

 </div>
 
 <div class="refsect1 description" id="refsect1-domchildnode.remove-description">
  <h3 class="title">说明</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>DOMChildNode::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-domchildnode.remove-parameters">
  <h3 class="title">参数</h3>
  <p class="para">此函数没有参数。</p>
 </div>

 
 <div class="refsect1 returnvalues" id="refsect1-domchildnode.remove-returnvalues">
  <h3 class="title">返回值</h3>
  <p class="para">
   没有返回值。
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-domchildnode.remove-seealso">
  <h3 class="title">参见</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="methodname"><a href="domchildnode.after.php" class="methodname" rel="rdfs-seeAlso">DOMChildNode::after()</a> - Adds nodes after the node</span></li>
    <li><span class="methodname"><a href="domchildnode.before.php" class="methodname" rel="rdfs-seeAlso">DOMChildNode::before()</a> - Adds nodes before the node</span></li>
    <li><span class="methodname"><a href="domchildnode.replacewith.php" class="methodname" rel="rdfs-seeAlso">DOMChildNode::replaceWith()</a> - Replaces the node with new nodes</span></li>
    <li><span class="methodname"><a href="domnode.removechild.php" class="methodname" rel="rdfs-seeAlso">DOMNode::removeChild()</a> - Removes child from list of children</span></li>
   </ul>
  </p>
 </div>


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