XMLReader::moveToAttribute
(PHP 5 >= 5.1.2)
XMLReader::moveToAttribute — Mueve el cursor a un atributo nombrado
Descripción
bool
XMLReader::moveToAttribute
( string $name
)
Posciciona el cursor a un atributo nombrado.
Parámetros
- name
-
El nombre 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::moveToAttributeNo() - Mueve el cursor a un atributo por el índice
- 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.
