XMLReader
PHP Manual

XMLReader::moveToNextAttribute

(PHP 5 >= 5.1.0, PHP 7)

XMLReader::moveToNextAttributePosiciona el cursor en el siguiente atributo

Descripción

public bool XMLReader::moveToNextAttribute ( void )

Posiciona el cursor en el siguiente atributo si se encuentra en un atributo o lo mueve al primer atributo si se encuentrae un eleménto.

Valores devueltos

Devuelve TRUE en caso de éxito o FALSE en caso de error.

Ver también


XMLReader
PHP Manual