https://phppot.com/php/isset-vs-empty-vs-is_null/
isset vs empty vs is_null - PHPpot
Difference between isset, empty and is_null in PHP. isset function determines if a variable is declared and is not null. empty determines if a variable is empty
is nullissetvsempty