tryphp_func_array_rand3.php:
"red","b"=>"green","c"=>"blue","d"=>"yellow"); print_r(array_rand($a,2)); ?>
Array ( [0] => a [1] => c )