XMLReader::getAttributeNs
Get the value of an attribute by localname and URI
Description
public stringnull XMLReader::getAttributeNs(string $name, string $namespace)
Parameters
-
name
-
The local name.
-
namespace
-
The namespace URI.
Return Values
The value of the attribute, or null if no attribute with the given
name and namespace is
found or not positioned of element.
See Also
- XMLReader::getAttribute
- XMLReader::getAttributeNo