XMLReader::moveToAttributeNo

Move cursor to an attribute by index

Beschreibung

public bool XMLReader::moveToAttributeNo ( int $index )

Positions cursor on attribute based on its position.

Parameter-Liste

index

The position of the attribute.

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.

Siehe auch

  • XMLReader::moveToElement
  • XMLReader::moveToAttribute
  • XMLReader::moveToAttributeNs
  • XMLReader::moveToFirstAttribute