/ Published in: PHP
Fallback Function for versions earlier then php5
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
{ foreach ($arr1 as $key1 => $value1) { $out[$value1] = $arr2[$key1]; } return $out; } }