$value){ $newarray[] = $array[$key]; } echo implode("\n", array_map('imp', $newarray)); function imp($newarray) { return implode(' ', $newarray); }