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