K2hIterator::next
Advances the internal array pointer of k2hash keys
Description
public void K2hIterator::next ( void )
Advances the internal array pointer of k2hash keys.
Parameters
This function has no parameters.
Return Values
No value is returned.
Examples
- Example 1 - Get a key using K2hIterator
The above example will output:
string(5) "test2"
See Also
- K2hIterator::current - Gets value of the current K2hIterator item
- K2hIterator::key - Gets key of the current K2hIterator item
- K2hIterator::rewind - Rewinds the internal array pointer of k2hash keys