11-25-2007, 12:42 AM
|
#4 (permalink)
|
|
La Vida es Sueño
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
|
I must admit that I've never used the range function, despite being fully aware of it. I suppose the only instance I could think of using it, is in an array:
php Code:
foreach(range(1, 10) as $iNumber){}
What other purposes are there?
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
|
|
|