XMLReader
PHP Manual

XMLReader::moveToAttribute

(PHP 5 >= 5.1.0)

XMLReader::moveToAttributeMove cursor to a named attribute

Opis

bool XMLReader::moveToAttribute ( string $name )

Positions cursor on the named attribute.

Parametry

name

The name of the attribute.

Zwracane wartości

Zwraca TRUE w przypadku powodzenia, FALSE w przypadku błędu.

Zobacz też:


XMLReader
PHP Manual