CakeFest 2024: The Official CakePHP Conference

XMLReader::moveToAttribute

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

XMLReader::moveToAttributeMove cursor to a named attribute

Descrizione

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

Positions cursor on the named attribute.

Elenco dei parametri

name

The name of the attribute.

Valori restituiti

Restituisce true in caso di successo, false in caso di fallimento.

Vedere anche:

add a note

User Contributed Notes

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