print_r(array_flip($a)); ?> The output of the code above will be: Array ( [Dog] => 0 [Cat] => 1 [ ...
確定! 回上一頁