$fruits = array("apple", "banana", "orange"); $reversed_fruits = array_reverse($fruits); print_r($reversed_fruits);