(PHP 5, PHP 7)
DOMElement::removeAttribute — Removes attribute
$name
) : bool
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.