$result = array_unique($input); var_dump($result); ?> 以上例程會輸出: array(2) { [0] => int(4) [2] => string(1) "3"
確定! 回上一頁