XMLReader::moveToAttributeNo

(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::moveToElement() -

XMLReader::moveToAttribute() -

XMLReader::moveToAttributeNs() -

XMLReader::moveToFirstAttribute() -

doc_php
2016-02-24 16:15:26
Comments
Leave a Comment

Please login to continue.