XMLReader::moveToAttribute

(PHP 5 >= 5.1.2)

XMLReader::moveToAttributeMove cursor to a named attribute

Beskrivelse

bool XMLReader::moveToAttribute ( string $name )

Positions cursor on the named attribute.

Parametre

name

The name of the attribute.

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