XMLReader::moveToAttributeNo
(PHP 5 >= 5.1.0)
XMLReader::moveToAttributeNo — Mueve el cursor a un atributo por su índice
Descripción
bool
XMLReader::moveToAttributeNo
( int
$index
)Coloca el cursor en el atributo en función de su posición.
Parámetros
-
index -
La posición de el atributo.
Valores devueltos
Devuelve TRUE en caso de éxito o FALSE en caso de error.
Ver también
- XMLReader::moveToElement() - Posiciona el cursor en el eleménto padre del actual atributo
- XMLReader::moveToAttribute() - Mueve el cursor a un atributo nombrado
- XMLReader::moveToAttributeNs() - Mover el cursor a un atributo dado
- XMLReader::moveToFirstAttribute() - Posiciona el cursor en el primer atributo
There are no user contributed notes for this page.
