(PHP 5, PHP 7)
DOMElement::removeAttributeNS — Removes attribute
$namespaceURI
, string $localName
)
Removes attribute is namespace namespaceURI
named localName
from the element.
namespaceURI
The namespace URI.
localName
The local name.
성공 시 TRUE
를, 실패 시 FALSE
를 반환합니다.
DOM_NO_MODIFICATION_ALLOWED_ERR
Raised if the node is readonly.