Description: Changes all keys of the input array to simple ascending numbers, if the key of the inpur array is a number (if not, the key will be left unchanged). The order of the keys is preserved.
Parameter:
- inArray: The input array.
Returns:
- New array with the ascending key numbers.
root
2015-09-06