PHP - Variables and Data Types
You want to reset a variable to have no value in PHP. Which is the best way to do this?
unset() removes the variable completely.unset($var); is best.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions