Empty variables?

whats the difference between


$var = "";
$var = 0;
$var = NULL:

which one does isset() return true or false on also is_null() and empty()

Thanks…

http://php.net/manual/en/types.comparisons.php