Yo guys,
I try to unset most variables that I know I will no longer need to minimize the server load. However, I wanna know if it is still necessary to unset the variables that you declare within a function.
Aren't those variables who were declared within a function, automatically unset whenever the function completes?
BTW: Is unsetting variables really a good practice or is it not really necessary in most cases...
I try to unset most variables that I know I will no longer need to minimize the server load. However, I wanna know if it is still necessary to unset the variables that you declare within a function.
Aren't those variables who were declared within a function, automatically unset whenever the function completes?
BTW: Is unsetting variables really a good practice or is it not really necessary in most cases...
