|
prevRewind the internal array pointer Description
mixed prev(arrayobject
&$array )Rewind 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 Changelog
Examples
Example #1 Example use of prev and friends
Notes
See Also
|