Q. What is the purpose of the PHP function isset()?
β
Correct Answer: (A)
Checks if a variable is set and not null
Explanation: isset() returns true if the variable exists and is not null.