XMLReader
PHP Manual

XMLReader::moveToAttributeNo

(PHP 5 >= 5.1.0)

XMLReader::moveToAttributeNoDéplace le curseur à un attribut par index

Description

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
PHP Manual