| 
 | XMLReader::getAttributeNsGet the value of an attribute by localname and URI Description
   public string XMLReader::getAttributeNs
    ( string  $localName, string$namespaceURI)Returns the value of an attribute by name and namespace URI or an empty string if attribute does not exist or not positioned on an element node. Parameters
 
 Return Values
   The value of the attribute, or an empty string (before PHP 5.6) or  Changelog
 
 See Also
 
 |