Q. Which function is used to check if a variable is set in PHP?
β
Correct Answer: (A)
isset()
Explanation: isset() checks whether a variable is set and not null.