What is use of isset function in php?



What is use of isset function in php?..

Answer / Mohit Anand

The PHP isset() function checks whether a variable is set and is not NULL. It returns TRUE if the variable exists, and FALSE otherwise. This can be useful for preventing errors caused by accessing undefined variables.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

How to get length of an array in PHP?

1 Answers  


How long does a session last in php?

1 Answers  


Would you initialize your strings with single quotes or double quotes?

4 Answers  


hello.. i am b.tech 4th year student. i am confused that i should learning php or java. I have some knowledge of java and developed project in java, but i want to develop my career in php. So plz suggest me , i should go with php or java.

5 Answers  


What is api example?

1 Answers  


What software is required to run php?

1 Answers  


i want to store retrieved data from database into an array list with limit.And display the data from that array list.have any answer for this?

2 Answers  


How session manage in wordpress

1 Answers   HCL, ITBS, TCS,


Which PHP function would you use to send an email?

1 Answers  


Which is the dependent variable?

1 Answers  


what method is used to generate a random number?

4 Answers  


What is php good for?

1 Answers  


Categories