eo_array_combine_assoc
eo_array_combine_assoc( $key_array, $value_array )
Combines two arrays by joining them by their key.
This is similar to array_combine, but rather than combining
by index, the array is combined by key. Any keys not found
in both are ignored.
Parameters
array
|
$key_array |
Array whose values form the keys of the returned array
|
array
|
$value_array |
Array whose values form the values of the returned array
|
Return value