WIll there be any reason why if ($str == "") and if (empty($str)) don't produce the same output?
|
|
|||||||
|
|
Note: It will also return TRUE for an undefined variable but it is a warning. On the other hand As for the reason of this difference, it is because the function *: as you may now PHP is happy with numbers stored in strings, it will just convert the value as needed, for example For testing if an string is empty, I strongly recomend to use either |
||||
|
|
|
Yes. If See the manual page: http://www.php.net/manual/en/function.empty.php |
|||
|
|
|
|
|||||||||||||||
|
|
|
|||
|
|
