XMLReader
PHP Manual

XMLReader::moveToAttributeNs

(PHP 5 >= 5.1.2)

XMLReader::moveToAttributeNs — Move cursor to a named attribute

Descrição

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

Positions cursor on the named attribute in specified namespace.

Parâmetros

localName

The local name.

namespaceURI

The namespace URI.

Valor Retornado

Retorna TRUE em caso de sucesso ou FALSE em falhas.

Veja também


XMLReader
PHP Manual