PHP » next
Advance the internal array pointer of an array
You won't be able to distinguish the end of an array from a boolean FALSE element. To properly traverse an array which may contain FALSE elements, see the each() function.
| Parameters | Description |
|---|---|
| array | The array being affected. |
Return Value: Returns the array value in the next place that's pointed to by the internal array pointer, or FALSE if there are no more elements.


