XMLReader::getAttribute
Get the value of a named attribute
Description
public
string
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