?
Which function is used to verify whether a variable contains a value?
Answer & Solution
Correct Answer:
Option
D
The isset() function determines whether a variable has been assigned a value. Its prototype follows: boolean isset(mixed var [,mixed var [,…]]).
Join the Discussion
Login to post a comment or share your explanation.
Login