array_rand
Given an array:
<?php $arr = ['a' => 1, 'b' => 2, 'c' => 3]; ?>
Display a random key from this array.
Display a random element of this array.