(PHP 5, PHP 7)
DOMElement::removeAttribute — Removes attribute
$name
)
Removes attribute named name from the element.
nameThe name of the attribute.
성공 시 TRUE를, 실패 시 FALSE를 반환합니다.
DOM_NO_MODIFICATION_ALLOWED_ERRRaised if the node is readonly.