(PHP 5)
DOMElement::hasAttributeNS — Checks to see if attribute exists
Indicates whether attribute in namespace namespaceURI named localName exists as a member of the element.
The namespace URI.
The local name.
성공할 경우 TRUE를, 실패할 경우 FALSE를 반환합니다.