(PHP 5 CVS only)
array_combine -- Creates an array by using one array for keys and another for its valuesReturns an array by using the values from the keys array as keys and the values from the values array as the corresponding values.
Returns FALSE if the number of elements for each array isn't equal or if the arrays are empty.
See also array_merge(), array_walk(), and array_values().