(PHP 5, PHP 7)
DOMElement::removeAttributeNS — Removes attribute
$namespaceURI
, string $localName
) : bool
Removes attribute localName
in namespace namespaceURI
from the element.
namespaceURI
The namespace URI.
localName
The local name.
�ɹ�ʱ���� TRUE
�� ������ʧ��ʱ���� FALSE
��
DOM_NO_MODIFICATION_ALLOWED_ERR
Raised if the node is readonly.