XMLReader::moveToAttribute
(PHP 5 >= 5.1.0, PHP 7, PHP 8)
XMLReader::moveToAttribute — Mueve el cursor a un atributo nombrado
Descripción
public function 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.
There are no user contributed notes for this page.