(PHP 5)
DOMElement::removeAttributeNS — Removes attribute
$namespaceURI
, string $localName
)
Removes attribute is namespace namespaceURI
named localName
from the element.
namespaceURI
The namespace URI.
localName
The local name.
Zwraca TRUE
w przypadku powodzenia, FALSE
w
przypadku błędu.
DOM_NO_MODIFICATION_ALLOWED_ERR
Raised if the node is readonly.