Unset Array Items
Posted: Sun Dec 02, 2007 12:35 pm
Hi guys!
Well I'm having some coding problems here.
I can unset a specific array item using
But is there a way to unset specific files for e.g. unset all items from the array except the first 20 items.
With 20 being a variable.
Thanks!
Well I'm having some coding problems here.
I can unset a specific array item using
Code: Select all
unset ($files['0']);With 20 being a variable.
Thanks!