How do you reverse the order of an array? reverse_array($array) rsort($array) array_reverse($array) $array->reverse()