Superbronx
05-26-2002, 12:25 AM
Is there an operator in php that can shorten an array? For example, in perl, you would do this -
Before:
[1,2,3,4,5,6,7,8,9]
After:
[1..9]
Anyone know?
Before:
[1,2,3,4,5,6,7,8,9]
After:
[1..9]
Anyone know?
View Full Version : Array help