(PHP 4 )
array_flip() returns an array in flip order.
예 1. array_flip() example
$trans = array_flip ($trans); $original = strtr ($str, $trans);