Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which function is used to verify whether a variable contains a value?

a) header()
b) footer()
c) inset()
d) isset()

Answer: d
Explanation: The isset() function determines whether a variable has been assigned a value. Its prototype follows: boolean isset(mixed var [,mixed var [,…]]).

Join The Discussion