Get iterator mode
| Return type: | int Value of IteratorInterface::CURRENT_AS_* |
|---|
Set iterator mode
| Parameters: | int – |
|---|---|
| Return type: | ApcIterator Fluent interface |
Get current key, value or metadata.
| Return type: | mixed |
|---|
Get current key
| Return type: | string |
|---|
Move forward to next element
| Return type: | void |
|---|
Checks if current position is valid
| Return type: | bool |
|---|
Rewind the Iterator to the first element.
| Return type: | void |
|---|