Well, I have no idea what I wrote in the title, well let me explain:
PHP Code:
temp.arr = { "foo", "bar", "baz"};
temp.new_arr = returnarraylength( temp.arr, 1, 2);
echo( temp.new_arr); // would return bar,baz
temp.new_arr would like produce { "bar", "baz"}
but is there a way to do this without loops or?
Well, this looks like a suggestion, I would like it to be added, but is there a way to do this?
(the example is the suggestion)