unset variable in php
问题 I just read about unset variable through php manual. The php manual says "unset() destroys the specified variables" This def seems perfect until I came across static variable... "If a static variable is unset() inside of a function, unset() destroys the variable only in the context of the rest of a function. Following calls will restore the previous value of a variable. " This definition doesn't seems a good one for me, at least, since "destroy the variable" implies that the variable is no