How to differentiate isset and empty
Answer Posted / vijay
isset is used to check whether the variable is set or
not ...
where as empty is used to check whether variable contains a
value or not
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What enctype is required for file uploads to work?
What is a static variable in php?
Why do we use hooks?
What is the default time in seconds for which session data is considered valid?
What is scope of variable in php?
What is difference between echo and print_r in php?
Explain the types of functions for Splitting String?
How to get no. of rows using MYSQL function?
How to delete a file from the system?
What is the use of count() function in php?
for image work which library?
What does php exit do?
What's the difference between __sleep and __wakeup?
How to convert strings to numbers in php?
Why php is used?