how to unset variable with null value from object in php code example Example: php unset // Destroy a variable <?php unset ($var1, $var2.... ) ?>