unset()
Posted: Tue Apr 11, 2006 6:24 am
The php documentation is scarce on how this works on arrays.
Does unset($array) clear the entire array from memory?
or should i use $array = array(); to unset it?
Also what about multidemensional arrays? unset($array['subarray']);
Does unset($array) clear the entire array from memory?
or should i use $array = array(); to unset it?
Also what about multidemensional arrays? unset($array['subarray']);