DOMElement::hasAttributeNS
(PHP 5, PHP 7, PHP 8)
DOMElement::hasAttributeNS — Checks to see if attribute exists
Description
Indicates whether attribute in namespace namespace named localName exists as a member of the element.
Parameters
namespaceThe namespace URI.
localNameThe local name.
See Also
- DOMElement::hasAttribute() - Checks to see if attribute exists
- DOMElement::getAttributeNS() - Returns value of attribute
- DOMElement::setAttributeNS() - Adds new attribute
- DOMElement::removeAttributeNS() - Removes attribute
↑ and ↓ to navigate • Enter to select • Esc to close • / to open