Forum und email

XMLReader::moveToAttributeNs

(PHP 5 >= 5.1.2)

XMLReader::moveToAttributeNs — Move cursor to a named attribute

Descrizione

XMLReader
bool 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.