0 votes
in PHP by
How do I check if a given variable is empty?

1 Answer

0 votes
by

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

Related questions

0 votes
asked Jun 23, 2019 in PHP by SakshiSharma
0 votes
asked Jun 23, 2019 in PHP by SakshiSharma
...