Home > PHP > Function > DOM XML (PHP 4) > DomNode->replace_node()

DomNode->replace_node()

DomNode->replace_node - Replaces node

Syntax

domelement DomNode->replace_node (domelement $newnode)

Arguments

  • newnode - The node being appended. It can be created with e.g. DomDocument->create_element, DomDocument->create_text_nodeetc. or simply by using any other node. Note: You can not append a DOMAttributeusing this method. Use DomElement->set_attributeinstead.

Description

Version

PHP 4.2.0

Return value