XMLReader::moveToAttributeNo
(PHP 5 >= 5.1.0)
XMLReader::moveToAttributeNo — Déplace le curseur à un attribut par index
Description
public
bool
XMLReader::moveToAttributeNo
( int
$index
)Positionne le curseur sur l'attribut basé sur sa position.
Liste de paramètres
-
index
-
La position de l'attribut.
Valeurs de retour
Cette fonction retourne TRUE
en cas de
succès ou FALSE
si une erreur survient.
Voir aussi
- XMLReader::moveToElement() - Positionne le curseur sur l'élément parent de l'attribut courant
- XMLReader::moveToAttribute() - Déplace un curseur à un attribut nommé
- XMLReader::moveToAttributeNs() - Déplace le curseur à un attribut d'espace de nom
- XMLReader::moveToFirstAttribute() - Positionne le curseur sur le premier attribut