XMLReader::moveToAttributeNs

(PHP 5 >= 5.1.2)

XMLReader::moveToAttributeNsMove cursor to a named attribute

Beskrivelse

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

Positions cursor on the named attribute in specified namespace.

Parametre

localName

The local name.

namespaceURI

The namespace URI.

Returnerings Værdier

Returns TRUE on success or FALSE on failure.

Se også

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top