PHP » GoLang |
login |
register |
about
|
prev(PHP 4, PHP 5, PHP 7) prev — Rewind the internal array pointer DescriptionRewind the internal array pointer. prev() behaves just like next(), except it rewinds the internal array pointer one place instead of advancing it. Parameters
Return Values
Returns the array value in the previous place that's pointed to by
the internal array pointer, or Warning
This function may
return Boolean Examples
Example #1 Example use of prev() and friends
<?php Notes
See Also
|
more
Recently updated
more
Most requested
more
Last requests
|