Home »

How do I check if a given variable is empty?

Question ListCategory: PHPHow do I check if a given variable is empty?
adamemliy16 author asked 9 years ago
1 Answers
milleranthony7 author answered 8 years ago

If we want to check whether a variable has a value or not, it is possible to use the empty() function.

Please login or Register to Submit Answer