<?php

$_POST = [
	"modulo" => "modulo",
	"categoria" => 6
];

foreach ($_POST as $key => $value) {
	echo $key, PHP_EOL;
}