(PHP 5, PHP 7, PHP 8)
DOMElement::hasAttributeNS — Checks to see if attribute exists
public DOMElement::hasAttributeNS(?string $namespace, string $localName): bool
Indicates whether attribute in namespace namespace named localName exists as a member of the element.
namespaceThe namespace URI.
localNameThe local name.
© 1997–2025 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/domelement.hasattributens.php