PHP » GoLang |
login |
register |
about
|
next(PHP 4, PHP 5, PHP 7) next — Advance the internal pointer of an array Descriptionnext() behaves like current(), with one difference. It advances the internal array pointer one place forward before returning the element value. That means it returns the next array value and advances the internal array pointer by one. Return Values
Returns the array value in the next place that's pointed to by the
internal array pointer, or Warning
This function may
return Boolean Examples
Example #1 Example use of next() and friends
<?php Notes
See Also
|
more
Recently updated
more
Most requested
more
Last requests
|