Q. What does isset() function do?
β
Correct Answer: (B)
Checks if a variable is set and not null
Explanation: isset() checks whether a variable is set and is not NULL.