Magic methods __isset() and __unset()
__isset() function is used to check the undeclared variable is set. __unset() function used to clear an undeclared variable.
__isset() function is used to check the undeclared variable is set. __unset() function used to clear an undeclared variable.