range

Example

 array range ( mixed $start , mixed $limit [, number $step = 1 ] ) 

Description

Create an array containing a range of elements.

Return Values

Returns an array of elements from start to limit, inclusive.