(PHP 4, PHP 5, PHP 7)
Pick one or more random entries out of an array
mixed array_rand ( array $array [, int $num = 1 ] )
Picks one or more random entries out of an array, and returns the key (or keys) of the random entries.
Parameters:
array
The input array.
num
Specifies how many entries should be picked.
Returns: