XMLReader::moveToFirstAttribute
(PHP 5 >= 5.1.2)
XMLReader::moveToFirstAttribute — Positionne le curseur sur le premier attribut
Description
bool XMLReader::moveToFirstAttribute
( void
)
Déplace le curseur sur le premier attribut.
Valeurs de retour
Cette fonction retourne TRUE en cas de succès, FALSE en cas d'échec.
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::moveToAttributeNo - Déplace le curseur à un attribut par index
- XMLReader::moveToAttributeNs - Déplace le curseur à un attribut d'espace de nom
- XMLReader::moveToNextAttribute - Positionne le curseur sur le prochain attribut
XMLReader::moveToFirstAttribute
There are no user contributed notes for this page.
