XMLReader::moveToAttributeNo
(PHP 5 >= 5.1.2)
XMLReader::moveToAttributeNo — Mueve el cursor a un atributo por el índice
Descripción
bool
XMLReader::moveToAttributeNo
( int $index
)
Posiciona el cursor en un atributo basado en su posición.
Parámetros
- index
-
La posición del 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() - Mueve el cursor a un atributo nombrado
- XMLReader::moveToFirstAttribute() - Posiciona el cursor en el primer atributo
There are no user contributed notes for this page.
