DOMElement
PHP Manual

DOMElement::hasAttributeNS

(PHP 5)

DOMElement::hasAttributeNS Checks to see if attribute exists

설명

bool DOMElement::hasAttributeNS ( string $namespaceURI , string $localName )

Indicates whether attribute in namespace namespaceURI named localName exists as a member of the element.

인수

namespaceURI

The namespace URI.

localName

The local name.

반환값

성공할 경우 TRUE를, 실패할 경우 FALSE를 반환합니다.

참고


DOMElement
PHP Manual