Which function is used to check if a variable is set in PHP?

Explanation:

isset() checks if a variable is defined and not NULL.

Explore more in Computer Science: