XMLReader::getAttributeNo
Get the value of an attribute by index
Description
public stringnull XMLReader::getAttributeNo(int $index
)
Parameters
-
index
-
The position of the attribute.
Return Values
The value of the attribute, or null
if no attribute exists at
index
or is not positioned on the element.
See Also
- XMLReader::getAttribute
- XMLReader::getAttributeNs