Which function is used to verify whether a variable contains a value?
A
header()
B
footer()
C
inset()
D
isset()
Correct Answer: isset()
The isset() function determines whether a variable has been assigned a value. Its prototype follows: boolean isset(mixed var ]).