Q. What is the use of the isset() function?
β
Correct Answer: (B)
To check if a variable is set
Explanation: isset() returns true if the variable is set and not NULL.