emptyDescriptionbool empty ( mixed var)empty() returns FALSE if var has a non-empty or non-zero value. In otherwords, "", 0, "0", NULL, FALSE, array(), var $var;, and objects with empty properties, are all considered empty. TRUE is returned if var is empty. empty() is the opposite of (boolean) var, except that no warning is generated when the variable is not set. See converting to boolean for more information.
See also isset(), unset(), array_key_exists(), count(), strlen(), and the type comparison tables. | ||||
| This HTML Help has been published using the chm2web software. |