DOMElement::hasAttributeNS
(PHP 5)
DOMElement::hasAttributeNS — Checks to see if attribute exists
Description
bool DOMElement::hasAttributeNS ( string $namespaceURI , string $localName )
Parameters
- namespaceURI
-
The namespace URI.
- localName
-
The local name.
Return Values
Returns TRUE on success or FALSE on failure.