|
XMLReader::getAttributeNsGet the value of an attribute by localname and URI Description
public stringnull XMLReader::getAttributeNs(string
$name , string $namespace )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 Changelog
See Also
|