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