XMLReader::getAttribute
Get the value of a named attribute
Description
public stringnull XMLReader::getAttribute(string $name
)
Parameters
-
name
-
The name of the attribute.
Return Values
The value of the attribute, or null
if no attribute with the given
name
is found or not positioned on an element node.
See Also
- XMLReader::getAttributeNo
- XMLReader::getAttributeNs