(PHP 5 >= 5.1.0, PHP 7)
Move cursor to an attribute by index
public bool XMLReader::moveToAttributeNo ( int $index )
Positions cursor on attribute based on its position.
Parameters:
index
The position of the attribute.
Returns:
Returns TRUE
on success or FALSE
on failure.
See also:
XMLReader::moveToAttribute() -
Please login to continue.