Submitted by Adam » After Haris' mention of the PHP function range(), I thought the kindest thing to do would be to give it a proper introduction. So here is that introduction!
Range is native PHP function that takes 2 compulsory arguments and 1 optional argument (As of PHP 5.0.0 which defaults to 1) and returns an array. Seem ever so simple? Well it is! The 3 arguments the function can accept are as follows...
Additional statistics
Average rating: 3.00/5.0
Clicks today: 0
Clicks this month: 0
Clicks total: 874
Number of comments: 0
Number of saves: 1


