<?php $_POST = [ 'wind' => [ 1 => 'hk', 2 => 'pop', 25 => 'another' ] ]; end($_POST['wind']); echo key($_POST['wind']);
You have javascript disabled. You will not be able to edit any code.