How to differentiate isset and empty
Answer Posted / rahul shelar
isset is used for checking whether variable is set or not
and empty checks whether it is empty
| Is This Answer Correct ? | 19 Yes | 5 No |
Post New Answer View All Answers
What is difference between sql and php?
How are variables declared in php?
What are php keywords?
Tell us why did you choose this particular career path?
Does php 7 support multiple inheritance?
What is final keyword in php?
How to test if a variable is an array?
Is it easy to learn php?
Explain what is the function file_get_contents() usefull for?
Which cryptographic extension provide generation and verification of digital signatures?
What is $_ get in php?
What is the use of print_r function in php?
What is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
How do you find the length of a string in php?
What is a namespace in php?