源代码:
"red","b"=>"green","c"=>"blue","d"=>"yellow"); print_r(array_rand($a,2)); ?>
运行结果:
Array ( [0] => c [1] => d )