isset
PHP 4, PHP 5, PHP 7, PHP 8
isset - Determine if a variable is declared and is different than null
Example #1 isset Examples
Example #2 isset on String Offsets
Result: bool(false)
bool(true)
bool(true)
bool(true)
bool(false)
bool(false)
Example #3