array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'tr', ), '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); ?>

DOMChildNode::remove

(PHP 8)

DOMChildNode::removeRemoves the node

Açıklama

public DOMChildNode::remove(): void

Removes the node.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Hiçbir değer dönmez.

Ayrıca Bakınız