what is the use of isset() function in php. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what is the use of isset() function in php.

11th Oct 2016, 9:59 AM
prashanth
prashanth - avatar
3 Answers
0
Isset() function is used to check whether the variable is set or not.
11th Oct 2016, 5:06 PM
Sumita Das
Sumita Das - avatar
0
thank u
12th Oct 2016, 1:11 AM
prashanth
prashanth - avatar
0
We use it usually when checking for example if an input has been set by user
12th Oct 2016, 5:10 AM
Bruno ANTUNES
Bruno ANTUNES - avatar