PHP 8.3.4 Released!

XMLReader::moveToAttributeNo

(PHP 5 >= 5.1.0, PHP 7, PHP 8)

XMLReader::moveToAttributeNoMueve el cursor a un atributo por su índice

Descripción

public XMLReader::moveToAttributeNo(int $index): bool

Coloca el cursor en el atributo en función de su posición.

Parámetros

index

La posición de el atributo.

Valores devueltos

Devuelve true en caso de éxito o false en caso de error.

Ver también

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top