XMLReader
PHP Manual

XMLReader::moveToAttributeNs

(PHP 5 >= 5.1.0)

XMLReader::moveToAttributeNsMove cursor to a named attribute

Descrizione

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

Positions cursor on the named attribute in specified namespace.

Elenco dei parametri

localName

The local name.

namespaceURI

The namespace URI.

Valori restituiti

Restituisce TRUE in caso di successo, FALSE in caso di fallimento.

Vedere anche:


XMLReader
PHP Manual