I am somewhat new to PHP, and I am wondering:
How important is it to unset variables in PHP?
I know in languages like C, we fre
Applications being written in languages like C usually run for many hours. But usual php application's runtime is just about 0.05 sec. So, it is much less important to use unset.