= [
'priv_altersklasse' => (int) filter_input(INPUT_POST, 'in_altersklasse', FILTER_SANITIZE_NUMBER_INT),
'priv_season' => (int) filter_input(INPUT_POST, 'in_season', FILTER_SANITIZE_NUMBER_INT),
'priv_game_mode' => (int) filter_input(INPUT_POST, 'in_game_mode', FILTER_SANITIZE_NUMBER_INT),
'priv_league' => (int) filter_input(INPUT_POST, 'in_league', FILTER_SANITIZE_NUMBER_INT),
'priv_subleague' => (int) filter_input(INPUT_POST, 'in_subleague', FILTER_SANITIZE_NUMBER_INT),
'priv_game_type' => (int) filter_input(INPUT_POST, 'in_game_type', FILTER_SANITIZE_NUMBER_INT),
]