| | Name | Description |
| |
current |
Returns the current array item. |
| |
key |
Returns the key of the current array item. |
| |
next |
Moves the internal pointer to the next array item. |
| |
rewind |
Rewinds internal array pointer. |
| |
valid |
Returns whether there is an item at current position. |