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