Performance tip: next()

  • $XMLReader->next() jumps to next sibling
  • $XMLReader->next($elementname) jumps to next sibling with a specific name

  • Faster and "shorter" to use than read()
 
DOM © copyright 2004  Bitflux GmbH