|
prevRewind the internal array pointer Description
mixed prev
( array
&$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 Examples
Example #1 Example use of prev and friends
<?php NotesWarning
This function may
return Boolean
See Also
|