XMLReader
PHP Manual

XMLReader::moveToAttribute

(PHP 5 >= 5.1.2)

XMLReader::moveToAttributeMove cursor to a named attribute

Описание

bool XMLReader::moveToAttribute ( string $name )

Positions cursor on the named attribute.

Список параметров

name

The name of the attribute.

Возвращаемые значения

Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.

Смотрите также


XMLReader
PHP Manual