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