Overview
KB
Technical FAQ
PHP Manual
CSS2 Manual
HTML Manual
JS Guide
JS Reference
PhpDock Manual
Nu-Coder Manual
PhpExpress Manual
PHP Joomla
Development
Learn PHP
 
<XMLReader->moveToAttribute()XMLReader->moveToAttributeNs()>
Last updated: Tue, 19 Sep 2006

XMLReader->moveToAttributeNo()

(no version information, might be only in CVS)

XMLReader->moveToAttributeNo() -- Move cursor to an attribute by index

Description

class XMLReader {

bool moveToAttributeNo ( int index )

}

Positions cursor on attribute based on its position.

Parameters

index

The position of the attribute.

Return Values

Returns TRUE on success or FALSE on failure.




<XMLReader->moveToAttribute()XMLReader->moveToAttributeNs()>
Last updated: Tue, 19 Sep 2006