|
Verify if a variable is equal with 0 with empty() function |
|
|
|
|
Sunday, 16 October 2011 |
To check if a PHP vabiable is equal with zero we can use PHP's empty() function. |
|
Verify if a variable has no value with isset() |
|
|
|
|
Sunday, 16 October 2011 |
To verify if a variable has no value in PHP, in other words that variable is NULL, we can use isset() PHP function. |
|
Last Updated ( Sunday, 16 October 2011 )
|
|