Q. What does the function isset do in PHP?
β
Correct Answer: (A)
Checks if a variable is set and is not null
Explanation: isset returns true if a variable is defined and is not null