Sr. PHP Programmer Question:

What is the use of isset() in php?

Senior PHP Programmer Interview Question
Senior PHP Programmer Interview Question

Answer:

This function is used to determine if a variable is set and is not NULL


Previous QuestionNext Question
What is the difference between explode() and split() functions?How send email using php?