Arrays Learning Mode

Which function would you use to rearrange the contents of the following array so that they are reversed (i.e.: array ('d', 'c', 'b', 'a') as the final result)? (Choose 2)

    $array = array ('a', 'b', 'c', 'd');