array_reverse

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

説明

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

戻り値

Returns the reversed array.