XMLReader
PHP Manual

XMLReader::moveToAttributeNs

(PHP 5 >= 5.1.0)

XMLReader::moveToAttributeNsMove cursor to a named attribute

Descrição

public bool XMLReader::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 caso de falha.

Veja Também


XMLReader
PHP Manual