Which is the function used to order backwards an associative array maintaining associations?
asort($array)
ksort($array)
krsort($array)
usort($array)