XMLReader::moveToFirstAttribute

(PHP 5 >= 5.1.0, PHP 7)
Position cursor on the first Attribute
public bool XMLReader::moveToFirstAttribute ( void )

Moves cursor to the first Attribute.

Returns:

Returns TRUE on success or FALSE on failure.

See also:

XMLReader::moveToElement() -

XMLReader::moveToAttribute() -

XMLReader::moveToAttributeNo() -

XMLReader::moveToAttributeNs() -

XMLReader::moveToNextAttribute() -

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

Please login to continue.