|
DOMElement::getAttributeNodeNSReturns attribute node Description
public DOMAttr DOMElement::getAttributeNodeNS
( string
$namespaceURI
, string $localName
)
Returns the attribute node in namespace Parameters
Return ValuesThe attribute node. Note that for XML namespace declarations (xmlns and xmlns:* attributes) an instance of DOMNameSpaceNode is returned instead of a DOMAttr. See Also
|