返回數組中所有的值(不保留鍵名):. <?php $a=array("Name"=>"Peter","Age"=>"41","Country"=>"USA"); print_r(array_values($a));
確定! 回上一頁