SYNOPSISint xmlReaderGetAttributeCount(xmlReader reader)
Parameters:
reader
- the xmlReader
object
Returns:
DESCRIPTIONxmlReaderGetAttributeCount()
tells you the number of attributes
that are on the current element.
EXAMPLE<$attrNum = (xmlReaderGetAttributeCount($reader))>
SEE ALSOxmlReaderGetAttribute
,
xmlReaderGetAttributeNumber