📚 Practice Mode

Web Server Administration and PHP Development

Learn at your own pace with hints and detailed explanations

1 / 14
Multiple Choice

Which is the function used to order backwards an associative array maintaining associations?

  1. asort($array)
  2. ksort($array)
  3. krsort($array)
  4. usort($array)