| 
 | XMLReader::getAttributeNoGet the value of an attribute by index Description
   public
   string
    XMLReader::getAttributeNo
    ( int  $index)Returns the value of an attribute based on its position or an empty string if attribute does not exist or not positioned on an element node. Parameters
 
 Return Values
   The value of the attribute, or an empty string (before PHP 5.6) or  Changelog
 
 See Also
 
 |