isset(): isset function will only return true if the key/variable exists and it is not null, it is closely work with value.
array_key_exists(): in array_key_exists if a key exists in an array value may null or empty, if array is not available it give error.