It uses an attribute name, and the value comes from the attribute value.
So you get access to $_POST['menu'].
You can easily check that in the message with var_dump($_POST).
$HTTP_RAW_POST_DATA, PHP-, ...
$post = file_get_contents('php://input');
form, enctype="multitpart/form-data".
id .