XMLReader
PHP Manual

XMLReader::moveToAttributeNs

(PHP 5 >= 5.1.2)

XMLReader::moveToAttributeNs — Move cursor to a named attribute

Popis

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

Positions cursor on the named attribute in specified namespace.

Parametre

localName

The local name.

namespaceURI

The namespace URI.

Vrátené hodnoty

Vracia TRUE pri úspechu alebe FALSE pri chybe.

Tiež pozri


XMLReader
PHP Manual