Login
Remember
Register
Ask a Question
What does isset() function in PHP?
0
votes
asked
Jun 5, 2020
in
PHP
by
Robindeniel
What does isset() function in PHP?
#php-isset-function
#isset-function-php
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 5, 2020
by
SakshiSharma
The isset() function checks if the variable is defined and not null.
...