rewind(); $iterator->valid(); $iterator->next()) { $key = $iterator->key(); $value = $iterator->current(); print $value . ' '; } ?>