How to differentiate isset and empty
Answer Posted / techytech
0, "0",
NULL, FALSE and empty string,
for this value empty() will return TRUE
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Which character is used to match exactly one character?
When do sessions end?
Explain soundex() and metaphone().
How can you get web browser’s details using PHP?
What is the best way to change the key without changing the value of a php array element?
What are php magic quotes?
What is the difference between == and === operator in PHP?
How many types of php frameworks are there?
What do you mean by core php?
What is move_uploaded_file in php?
Is php required for wordpress?
What is static in php?
Difference between array_combine and array_merge?
How do I expire a php session after 30 minutes?
How is csrf token generated?