PHP 8.5.0 Alpha 2 available for testing

XMLReader::moveToAttribute

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

XMLReader::moveToAttributeMueve el cursor a un atributo nombrado

Descripción

public XMLReader::moveToAttribute(string $name): bool

Posciciona el cursor a un atributo nombrado.

Parámetros

name

El nombre del atributo.

Valores devueltos

Esta función retorna true en caso de éxito o false si ocurre un error.

Ver también

add a note

User Contributed Notes

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