View Single Post
  #1  
Old 12-17-2006, 05:44 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
array member return limit function?

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 returnarraylengthtemp.arr12);

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)
__________________
Reply With Quote