prev()
prev - Rewind the internal array pointer
Syntax
mixed prev (
array &$array)
Arguments
Description
Rewind the internal array pointer.
Version
PHP 4, 5
Return value
Returns the array value in the previous place that's pointed to by the internal array pointer, or FALSE if there are no more elements.