What does unset($foo) do in PHP? code example Example: destroy php variable // Destroy a variable <?php unset ($var1, $var2.... ) ?>