Q. What does the PHP function unset() do?
β
Correct Answer: (A)
Destroys a variable
Explanation: unset() destroys the specified variable.