XMLReader
PHP Manual

XMLReader::moveToAttributeNs

(PHP 5 >= 5.1.2)

XMLReader::moveToAttributeNsMove cursor to a named attribute

Описание

bool XMLReader::moveToAttributeNs ( string $localName , string $namespaceURI )

Positions cursor on the named attribute in specified namespace.

Параметри

localName

The local name.

namespaceURI

The namespace URI.

Връщани стойности

Връща TRUE при успех или FALSE при неуспех.

Вж. също


XMLReader
PHP Manual