scripting - How to reset a variable to NULL in PHP? -


I can use the isset ($ var) to determine if the variable is defined Do not have or does not have faucet. (For example if a session variable has been set)

But after setting a variable, how do I reset it to default such as isset ($ var) Return wrong ?

Usage unset ($ var);


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -