DOMElement::removeAttributeNode

DOMElement::removeAttributeNode

(PHP 5, PHP 7)

DOMElement::removeAttributeNodeRemoves attribute

Description

public bool DOMElement::removeAttributeNode ( DOMAttr $oldnode )

Removes attribute oldnode from the element.

Parameters

oldnode

The attribute node.