Getting the alphabet, arrays of numbers and intervals
Quite often we need to have an array of values that are derived by a very simple algorithm (for example an array of numbers from $min to $max), this can be solved either in a complicated way: ``php getNumbers(10, 100); /** @return int[] */ function g…