array_reverse

Example

 array array_reverse ( array $array [, bool $preserve_keys = false ] ) 

Description

Takes an input array and returns a new array with the order of the elements reversed.

Return Values

Returns the reversed array.