Method | Description | |
---|---|---|
__construct ( &$data ) | Constructor. | |
current ( ) : mixed | Returns the current array item. | |
key ( ) : integer | Returns the key of the current array item. | |
next ( ) | Moves the internal pointer to the next array item. | |
rewind ( ) | Rewinds internal array pointer. | |
valid ( ) : boolean | Returns whether there is an item at current position. |