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