Related Functions
isset
PHP 4.0+Determines whether a variable is declared and is different than null.
Description
The isset()
Determines whether a variable is declared and is different than null.
Example
Determines whether a variable is declared and is different than null.
The isset()
Determines whether a variable is declared and is different than null.