PHP 8.3.4 Released!

XMLReader::moveToFirstAttribute

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

XMLReader::moveToFirstAttributePosition cursor on the first Attribute

Descrição

public XMLReader::moveToFirstAttribute(): bool

Moves cursor to the first Attribute.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Retorna true em caso de sucesso ou false em caso de falha.

Veja Também

add a note

User Contributed Notes

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