|
I'm not sure on what the functions actually do, php.net probably has them all listed.
isset() I assume checks whether any variable is set.
I don't know whether the result would be true if the variable is empty, as the variable can exist but not yet have been assigned a value.
|