[nycphp-talk] delete one element from array
John Campbell
jcampbell1 at gmail.com
Wed Jun 3 21:40:56 EDT 2009
I think you want array_splice, rather than array_slice
array_splice($arr,6,1);
Regards,
-John Campbell
More information about the talk
mailing list