foreach($array as $key => $value) { if(someCondition($key)) $array[$key] = someTransformation($value); }