Q. What does the isset() function return if the variable is set?
β
Correct Answer: (A)
true
Explanation: isset() returns true if the variable is set and not null.