Q. What is the use of isset() function?
β
Correct Answer: (A)
Check if variable is set and not null
Explanation: isset() checks if a variable is set and not null.