Q. Which PHP function checks if a variable is set and not NULL?
β
Correct Answer: (B)
isset()
Explanation: isset() checks if a variable is set and not NULL.