XMLReader::moveToAttribute
(PHP 5 >= 5.1.0, PHP 7, PHP 8)
XMLReader::moveToAttribute — Move cursor to a named attribute
Descrizione
public function XMLReader::moveToAttribute(
string $name):
bool
Elenco dei parametri
name
-
The name of the attribute.
Valori restituiti
Restituisce true in caso di successo, false in caso di fallimento.