I am running through an array and need to unset given values, but i cant seem to find the php equivalent to php's unset?
there is:
but that still leaves the array element just with a value of undefined. It erases the key, but it still remains in the array. so when i then run through the array using jQuery's $.each it still loops for those undefined elements...Code:delete array['key']
anyone know of a true unset?
Thanks,
-aPeg


Reply With Quote
Bookmarks