在PHP 中,array_flip() 函数用来交换数组中的键和值。语法如下: array array_flip ( array $trans ) trans 中的值需要能够作为合法的键名,例如需要是integer ...
確定! 回上一頁