trait IteratorTrait (View source)
Reset the iterator
Get the current element
Return the current key
Move to next element
Check if element is valid (isset)
rewind()
mixed current()
string|int key()
next()
boolean valid()